Color Hex Logo

#b185cb Color Hex

#B185CB
(177,133,203)
0 Favorites   0 Comments

Color spaces of #b185cb

RGB 177133203
HSL0.770.400.66
HSV278°34°80°
CMYK 0.130.340.00   0.20
XYZ37.298530.434060.4084
Yxy30.43400.29110.2375
Hunter Lab55.167024.1418-26.3062
CIE-Lab62.026929.7389-29.8105

#b185cb color RGB value is (177,133,203).

#b185cb hex color red value is 177, green value is 133 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b185cb hue: 0.77 , saturation: 0.40 and the lightness value of b185cb is 0.66.

The process color (four color CMYK) of #b185cb color hex is 0.13, 0.34, 0.00, 0.20. Web safe color of #b185cb is #9999cc. Color #b185cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 11001011
Octal 261 205 313
Decimal 177 133 203
Hex B1 85 CB

RGB Percentages of Color #b185cb

%34.50
%25.93
%39.57

CMYK Percentages of Color #b185cb

%13
%34
%0
%20

Triadic Colors of #b185cb

#b185cb #cbb185 #85cbb1

Analogous Colors of #b185cb

#b185cb #cb85c2 #8e85cb

Monochromatic Colors of #b185cb

#b185cb

Complementary Color

#b185cb #9fcb85

#b185cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185cb Color CSS Codes

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

#b185cb Text Font Color

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

This sample text font color is #b185cb
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.


#b185cb Background Color

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

This div background color is #b185cb


#b185cb Border Color

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

This div border color is #b185cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,133,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 #b185cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185cb


Comments

No comments written yet.

Please login to write comment.