Color Hex Logo

#b885b2 Color Hex

#B885B2
(184,133,178)
0 Favorites   0 Comments

Color spaces of #b885b2

RGB 184133178
HSL0.850.260.62
HSV307°28°72°
CMYK 0.000.280.03   0.28
XYZ36.190630.179846.0373
Yxy30.17980.32200.2685
Hunter Lab54.936121.4532-11.2306
CIE-Lab61.809027.0170-15.9577

#b885b2 color RGB value is (184,133,178).

#b885b2 hex color red value is 184, green value is 133 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #b885b2 hue: 0.85 , saturation: 0.26 and the lightness value of b885b2 is 0.62.

The process color (four color CMYK) of #b885b2 color hex is 0.00, 0.28, 0.03, 0.28. Web safe color of #b885b2 is #cc9999. Color #b885b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000101 10110010
Octal 270 205 262
Decimal 184 133 178
Hex B8 85 B2

RGB Percentages of Color #b885b2

%37.17
%26.87
%35.96

CMYK Percentages of Color #b885b2

%0
%28
%3
%28

Triadic Colors of #b885b2

#b885b2 #b2b885 #85b2b8

Analogous Colors of #b885b2

#b885b2 #b88599 #a585b8

Monochromatic Colors of #b885b2

#b885b2

Complementary Color

#b885b2 #85b88b

#b885b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b885b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b885b2 Color CSS Codes

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

#b885b2 Text Font Color

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

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


#b885b2 Background Color

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

This div background color is #b885b2


#b885b2 Border Color

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

This div border color is #b885b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,133,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b885b2


Comments

No comments written yet.

Please login to write comment.