Color Hex Logo

#b895cb Color Hex

#B895CB
(184,149,203)
0 Favorites   0 Comments

Color spaces of #b895cb

RGB 184149203
HSL0.770.340.69
HSV279°27°80°
CMYK 0.090.270.00   0.20
XYZ41.294135.997061.2716
Yxy35.99700.29800.2598
Hunter Lab59.997517.8594-18.5508
CIE-Lab66.517623.0129-22.8470

#b895cb color RGB value is (184,149,203).

#b895cb hex color red value is 184, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b895cb hue: 0.77 , saturation: 0.34 and the lightness value of b895cb is 0.69.

The process color (four color CMYK) of #b895cb color hex is 0.09, 0.27, 0.00, 0.20. Web safe color of #b895cb is #cc99cc. Color #b895cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 11001011
Octal 270 225 313
Decimal 184 149 203
Hex B8 95 CB

RGB Percentages of Color #b895cb

%34.33
%27.80
%37.87

CMYK Percentages of Color #b895cb

%9
%27
%0
%20

Triadic Colors of #b895cb

#b895cb #cbb895 #95cbb8

Analogous Colors of #b895cb

#b895cb #cb95c3 #9d95cb

Monochromatic Colors of #b895cb

#b895cb

Complementary Color

#b895cb #a8cb95

#b895cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895cb Color CSS Codes

.mybgcolor {background-color:#b895cb; } 
.myforecolor {color:#b895cb; }
.mybordercolor {border:3px solid #b895cb; }

#b895cb Text Font Color

<p style="color:#b895cb">Text here</p>

This sample text font color is #b895cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b895cb Background Color

<div style="background-color:#b895cb">
Div content here</div>

This div background color is #b895cb


#b895cb Border Color

<div style="border:3px solid #b895cb">
Div here</div>

This div border color is #b895cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,149,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b895cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b895cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b895cb;
  box-shadow:         1px 1px 3px 2px #b895cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,149,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b895cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b895cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b895cb;
  box-shadow:         1px 1px 3px 2px #b895cb;">
Div content here</div>

This div box has shadow with color #b895cb


Comments

No comments written yet.

Please login to write comment.