Color Hex Logo

#bb817a Color Hex

#BB817A
(187,129,122)
0 Favorites   0 Comments

Color spaces of #bb817a

RGB 187129122
HSL0.020.320.61
HSV35°73°
CMYK 0.000.310.35   0.27
XYZ31.856627.670522.0743
Yxy27.67050.39040.3391
Hunter Lab52.602816.046011.9414
CIE-Lab59.589921.496712.8361

#bb817a color RGB value is (187,129,122).

#bb817a hex color red value is 187, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb817a hue: 0.02 , saturation: 0.32 and the lightness value of bb817a is 0.61.

The process color (four color CMYK) of #bb817a color hex is 0.00, 0.31, 0.35, 0.27. Web safe color of #bb817a is #cc9966. Color #bb817a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 01111010
Octal 273 201 172
Decimal 187 129 122
Hex BB 81 7A

RGB Percentages of Color #bb817a

%42.69
%29.45
%27.85

CMYK Percentages of Color #bb817a

%0
%31
%35
%27

Triadic Colors of #bb817a

#bb817a #7abb81 #817abb

Analogous Colors of #bb817a

#bb817a #bba27a #bb7a94

Monochromatic Colors of #bb817a

#bb817a

Complementary Color

#bb817a #7ab4bb

#bb817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb817a Color CSS Codes

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

#bb817a Text Font Color

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

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


#bb817a Background Color

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

This div background color is #bb817a


#bb817a Border Color

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

This div border color is #bb817a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,129,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb817a


Comments

No comments written yet.

Please login to write comment.