Color Hex Logo

#bb8ea5 Color Hex

#BB8EA5
(187,142,165)
0 Favorites   0 Comments

Color spaces of #bb8ea5

RGB 187142165
HSL0.910.250.65
HSV329°24°73°
CMYK 0.000.240.12   0.27
XYZ36.958032.627439.9471
Yxy32.62740.33740.2979
Hunter Lab57.120415.5322-1.4801
CIE-Lab63.858120.7286-5.4902

#bb8ea5 color RGB value is (187,142,165).

#bb8ea5 hex color red value is 187, green value is 142 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bb8ea5 hue: 0.91 , saturation: 0.25 and the lightness value of bb8ea5 is 0.65.

The process color (four color CMYK) of #bb8ea5 color hex is 0.00, 0.24, 0.12, 0.27. Web safe color of #bb8ea5 is #cc9999. Color #bb8ea5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 10100101
Octal 273 216 245
Decimal 187 142 165
Hex BB 8E A5

RGB Percentages of Color #bb8ea5

%37.85
%28.74
%33.40

CMYK Percentages of Color #bb8ea5

%0
%24
%12
%27

Triadic Colors of #bb8ea5

#bb8ea5 #a5bb8e #8ea5bb

Analogous Colors of #bb8ea5

#bb8ea5 #bb8e8f #bb8ebb

Monochromatic Colors of #bb8ea5

#bb8ea5

Complementary Color

#bb8ea5 #8ebba4

#bb8ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8ea5 Color CSS Codes

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

#bb8ea5 Text Font Color

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

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


#bb8ea5 Background Color

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

This div background color is #bb8ea5


#bb8ea5 Border Color

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

This div border color is #bb8ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8ea5


Comments

No comments written yet.

Please login to write comment.