Color Hex Logo

#b80575 Color Hex

#B80575
(184,5,117)
0 Favorites   0 Comments

Color spaces of #b80575

RGB 1845117
HSL0.900.950.37
HSV322°97°72°
CMYK 0.000.970.36   0.28
XYZ23.032311.583217.8515
Yxy11.58320.43900.2208
Hunter Lab34.034161.2387-7.2748
CIE-Lab40.545967.9914-11.9703

#b80575 color RGB value is (184,5,117).

#b80575 hex color red value is 184, green value is 5 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b80575 hue: 0.90 , saturation: 0.95 and the lightness value of b80575 is 0.37.

The process color (four color CMYK) of #b80575 color hex is 0.00, 0.97, 0.36, 0.28. Web safe color of #b80575 is #cc0066. Color #b80575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000101 01110101
Octal 270 5 165
Decimal 184 5 117
Hex B8 5 75

RGB Percentages of Color #b80575

%60.13
%1.63
%38.24

CMYK Percentages of Color #b80575

%0
%97
%36
%28

Triadic Colors of #b80575

#b80575 #75b805 #0575b8

Analogous Colors of #b80575

#b80575 #b8051b #a205b8

Monochromatic Colors of #b80575

#b80575

Complementary Color

#b80575 #05b848

#b80575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80575 Color CSS Codes

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

#b80575 Text Font Color

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

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


#b80575 Background Color

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

This div background color is #b80575


#b80575 Border Color

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

This div border color is #b80575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80575


Comments

No comments written yet.

Please login to write comment.