Color Hex Logo

#b80885 Color Hex

#B80885
(184,8,133)
0 Favorites   0 Comments

Color spaces of #b80885

RGB 1848133
HSL0.880.920.38
HSV317°96°72°
CMYK 0.000.960.28   0.28
XYZ24.087612.057523.2481
Yxy12.05750.40560.2030
Hunter Lab34.723963.0567-15.3887
CIE-Lab41.307469.3990-20.7322

#b80885 color RGB value is (184,8,133).

#b80885 hex color red value is 184, green value is 8 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b80885 hue: 0.88 , saturation: 0.92 and the lightness value of b80885 is 0.38.

The process color (four color CMYK) of #b80885 color hex is 0.00, 0.96, 0.28, 0.28. Web safe color of #b80885 is #cc0099. Color #b80885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001000 10000101
Octal 270 10 205
Decimal 184 8 133
Hex B8 8 85

RGB Percentages of Color #b80885

%56.62
%2.46
%40.92

CMYK Percentages of Color #b80885

%0
%96
%28
%28

Triadic Colors of #b80885

#b80885 #85b808 #0885b8

Analogous Colors of #b80885

#b80885 #b8082d #9308b8

Monochromatic Colors of #b80885

#b80885

Complementary Color

#b80885 #08b83b

#b80885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80885 Color CSS Codes

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

#b80885 Text Font Color

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

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


#b80885 Background Color

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

This div background color is #b80885


#b80885 Border Color

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

This div border color is #b80885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80885


Comments

No comments written yet.

Please login to write comment.