Color Hex Logo

#b85367 Color Hex

#B85367
(184,83,103)
0 Favorites   0 Comments

Color spaces of #b85367

RGB 18483103
HSL0.970.420.52
HSV348°55°72°
CMYK 0.000.550.44   0.28
XYZ25.308617.356114.8481
Yxy17.35610.44010.3018
Hunter Lab41.660735.53168.0312
CIE-Lab48.705642.76848.6176

#b85367 color RGB value is (184,83,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010011 01100111
Octal 270 123 147
Decimal 184 83 103
Hex B8 53 67

RGB Percentages of Color #b85367

%49.73
%22.43
%27.84

CMYK Percentages of Color #b85367

%0
%55
%44
%28

Triadic Colors of #b85367

#b85367 #67b853 #5367b8

Analogous Colors of #b85367

#b85367 #b87253 #b8539a

Monochromatic Colors of #b85367

#b85367

Complementary Color

#b85367 #53b8a4

#b85367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85367 Color CSS Codes

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

#b85367 Text Font Color

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

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


#b85367 Background Color

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

This div background color is #b85367


#b85367 Border Color

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

This div border color is #b85367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85367


Comments

No comments written yet.

Please login to write comment.