Color Hex Logo

#b85270 Color Hex

#B85270
(184,82,112)
0 Favorites   0 Comments

Color spaces of #b85270

RGB 18482112
HSL0.950.420.52
HSV342°55°72°
CMYK 0.000.550.39   0.28
XYZ25.709117.394817.3317
Yxy17.39480.42540.2878
Hunter Lab41.707137.04374.5565
CIE-Lab48.753744.24923.2540

#b85270 color RGB value is (184,82,112).

#b85270 hex color red value is 184, green value is 82 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b85270 hue: 0.95 , saturation: 0.42 and the lightness value of b85270 is 0.52.

The process color (four color CMYK) of #b85270 color hex is 0.00, 0.55, 0.39, 0.28. Web safe color of #b85270 is #cc6666. Color #b85270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 01110000
Octal 270 122 160
Decimal 184 82 112
Hex B8 52 70

RGB Percentages of Color #b85270

%48.68
%21.69
%29.63

CMYK Percentages of Color #b85270

%0
%55
%39
%28

Triadic Colors of #b85270

#b85270 #70b852 #5270b8

Analogous Colors of #b85270

#b85270 #b86752 #b852a3

Monochromatic Colors of #b85270

#b85270

Complementary Color

#b85270 #52b89a

#b85270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85270 Color CSS Codes

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

#b85270 Text Font Color

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

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


#b85270 Background Color

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

This div background color is #b85270


#b85270 Border Color

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

This div border color is #b85270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85270


Comments

No comments written yet.

Please login to write comment.