Color Hex Logo

#b85680 Color Hex

#B85680
(184,86,128)
0 Favorites   0 Comments

Color spaces of #b85680

RGB 18486128
HSL0.930.410.53
HSV334°53°72°
CMYK 0.000.530.30   0.28
XYZ26.991218.404422.5519
Yxy18.40440.39720.2709
Hunter Lab42.900337.2295-1.1374
CIE-Lab49.983044.2388-4.5688

#b85680 color RGB value is (184,86,128).

#b85680 hex color red value is 184, green value is 86 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b85680 hue: 0.93 , saturation: 0.41 and the lightness value of b85680 is 0.53.

The process color (four color CMYK) of #b85680 color hex is 0.00, 0.53, 0.30, 0.28. Web safe color of #b85680 is #cc6699. Color #b85680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010110 10000000
Octal 270 126 200
Decimal 184 86 128
Hex B8 56 80

RGB Percentages of Color #b85680

%46.23
%21.61
%32.16

CMYK Percentages of Color #b85680

%0
%53
%30
%28

Triadic Colors of #b85680

#b85680 #80b856 #5680b8

Analogous Colors of #b85680

#b85680 #b85d56 #b856b1

Monochromatic Colors of #b85680

#b85680

Complementary Color

#b85680 #56b88e

#b85680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85680 Color CSS Codes

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

#b85680 Text Font Color

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

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


#b85680 Background Color

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

This div background color is #b85680


#b85680 Border Color

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

This div border color is #b85680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,86,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 #b85680">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85680


Comments

No comments written yet.

Please login to write comment.