Color Hex Logo

#b80478 Color Hex

#B80478
(184,4,120)
0 Favorites   0 Comments

Color spaces of #b80478

RGB 1844120
HSL0.890.960.37
HSV321°98°72°
CMYK 0.000.980.35   0.28
XYZ23.200711.633218.7919
Yxy11.63320.43260.2169
Hunter Lab34.107561.7318-8.7913
CIE-Lab40.627168.3991-13.7196

#b80478 color RGB value is (184,4,120).

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

The process color (four color CMYK) of #b80478 color hex is 0.00, 0.98, 0.35, 0.28. Web safe color of #b80478 is #cc0066. Color #b80478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 01111000
Octal 270 4 170
Decimal 184 4 120
Hex B8 4 78

RGB Percentages of Color #b80478

%59.74
%1.30
%38.96

CMYK Percentages of Color #b80478

%0
%98
%35
%28

Triadic Colors of #b80478

#b80478 #78b804 #0478b8

Analogous Colors of #b80478

#b80478 #b8041e #9e04b8

Monochromatic Colors of #b80478

#b80478

Complementary Color

#b80478 #04b844

#b80478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80478 Color CSS Codes

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

#b80478 Text Font Color

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

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


#b80478 Background Color

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

This div background color is #b80478


#b80478 Border Color

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

This div border color is #b80478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80478


Comments

No comments written yet.

Please login to write comment.