Color Hex Logo

#bb819a Color Hex

#BB819A
(187,129,154)
0 Favorites   0 Comments

Color spaces of #bb819a

RGB 187129154
HSL0.930.300.62
HSV334°31°73°
CMYK 0.000.310.18   0.27
XYZ34.176528.598434.2906
Yxy28.59840.35210.2946
Hunter Lab53.477520.4906-0.5835
CIE-Lab60.425526.1287-4.3037

#bb819a color RGB value is (187,129,154).

#bb819a hex color red value is 187, green value is 129 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bb819a hue: 0.93 , saturation: 0.30 and the lightness value of bb819a is 0.62.

The process color (four color CMYK) of #bb819a color hex is 0.00, 0.31, 0.18, 0.27. Web safe color of #bb819a is #cc9999. Color #bb819a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 10011010
Octal 273 201 232
Decimal 187 129 154
Hex BB 81 9A

RGB Percentages of Color #bb819a

%39.79
%27.45
%32.77

CMYK Percentages of Color #bb819a

%0
%31
%18
%27

Triadic Colors of #bb819a

#bb819a #9abb81 #819abb

Analogous Colors of #bb819a

#bb819a #bb8581 #bb81b7

Monochromatic Colors of #bb819a

#bb819a

Complementary Color

#bb819a #81bba2

#bb819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb819a Color CSS Codes

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

#bb819a Text Font Color

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

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


#bb819a Background Color

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

This div background color is #bb819a


#bb819a Border Color

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

This div border color is #bb819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb819a


Comments

No comments written yet.

Please login to write comment.