Color Hex Logo

#b181cb Color Hex

#B181CB
(177,129,203)
0 Favorites   0 Comments

Color spaces of #b181cb

RGB 177129203
HSL0.770.420.65
HSV279°36°80°
CMYK 0.130.360.00   0.20
XYZ36.761229.359460.2293
Yxy29.35940.29090.2324
Hunter Lab54.184326.2803-27.9756
CIE-Lab61.097531.9786-31.2503

#b181cb color RGB value is (177,129,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 11001011
Octal 261 201 313
Decimal 177 129 203
Hex B1 81 CB

RGB Percentages of Color #b181cb

%34.77
%25.34
%39.88

CMYK Percentages of Color #b181cb

%13
%36
%0
%20

Triadic Colors of #b181cb

#b181cb #cbb181 #81cbb1

Analogous Colors of #b181cb

#b181cb #cb81c0 #8c81cb

Monochromatic Colors of #b181cb

#b181cb

Complementary Color

#b181cb #9bcb81

#b181cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b181cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b181cb Color CSS Codes

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

#b181cb Text Font Color

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

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


#b181cb Background Color

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

This div background color is #b181cb


#b181cb Border Color

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

This div border color is #b181cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b181cb


Comments

No comments written yet.

Please login to write comment.