Color Hex Logo

#b80680 Color Hex

#B80680
(184,6,128)
0 Favorites   0 Comments

Color spaces of #b80680

RGB 1846128
HSL0.890.940.37
HSV319°97°72°
CMYK 0.000.970.30   0.28
XYZ23.728611.879121.4643
Yxy11.87910.41580.2081
Hunter Lab34.466162.5749-12.7976
CIE-Lab41.023369.0435-18.0828

#b80680 color RGB value is (184,6,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000110 10000000
Octal 270 6 200
Decimal 184 6 128
Hex B8 6 80

RGB Percentages of Color #b80680

%57.86
%1.89
%40.25

CMYK Percentages of Color #b80680

%0
%97
%30
%28

Triadic Colors of #b80680

#b80680 #80b806 #0680b8

Analogous Colors of #b80680

#b80680 #b80627 #9706b8

Monochromatic Colors of #b80680

#b80680

Complementary Color

#b80680 #06b83e

#b80680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80680 Color CSS Codes

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

#b80680 Text Font Color

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

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


#b80680 Background Color

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

This div background color is #b80680


#b80680 Border Color

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

This div border color is #b80680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80680


Comments

No comments written yet.

Please login to write comment.