Color Hex Logo

#b80496 Color Hex

#B80496
(184,4,150)
0 Favorites   0 Comments

Color spaces of #b80496

RGB 1844150
HSL0.860.960.37
HSV311°98°72°
CMYK 0.000.980.18   0.28
XYZ25.315612.479229.9286
Yxy12.47920.37380.1843
Hunter Lab35.325966.0981-25.5032
CIE-Lab41.967871.8404-30.0940

#b80496 color RGB value is (184,4,150).

#b80496 hex color red value is 184, green value is 4 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b80496 hue: 0.86 , saturation: 0.96 and the lightness value of b80496 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 10010110
Octal 270 4 226
Decimal 184 4 150
Hex B8 4 96

RGB Percentages of Color #b80496

%54.44
%1.18
%44.38

CMYK Percentages of Color #b80496

%0
%98
%18
%28

Triadic Colors of #b80496

#b80496 #96b804 #0496b8

Analogous Colors of #b80496

#b80496 #b8043c #8004b8

Monochromatic Colors of #b80496

#b80496

Complementary Color

#b80496 #04b826

#b80496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80496 Color CSS Codes

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

#b80496 Text Font Color

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

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


#b80496 Background Color

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

This div background color is #b80496


#b80496 Border Color

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

This div border color is #b80496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80496


Comments

No comments written yet.

Please login to write comment.