Color Hex Logo

#b85864 Color Hex

#B85864
(184,88,100)
0 Favorites   0 Comments

Color spaces of #b85864

RGB 18488100
HSL0.980.400.53
HSV353°52°72°
CMYK 0.000.520.46   0.28
XYZ25.557118.089914.2013
Yxy18.08990.44180.3127
Hunter Lab42.532232.82719.9759
CIE-Lab49.605039.941311.6852

#b85864 color RGB value is (184,88,100).

#b85864 hex color red value is 184, green value is 88 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b85864 hue: 0.98 , saturation: 0.40 and the lightness value of b85864 is 0.53.

The process color (four color CMYK) of #b85864 color hex is 0.00, 0.52, 0.46, 0.28. Web safe color of #b85864 is #cc6666. Color #b85864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 01100100
Octal 270 130 144
Decimal 184 88 100
Hex B8 58 64

RGB Percentages of Color #b85864

%49.46
%23.66
%26.88

CMYK Percentages of Color #b85864

%0
%52
%46
%28

Triadic Colors of #b85864

#b85864 #64b858 #5864b8

Analogous Colors of #b85864

#b85864 #b87c58 #b85894

Monochromatic Colors of #b85864

#b85864

Complementary Color

#b85864 #58b8ac

#b85864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85864 Color CSS Codes

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

#b85864 Text Font Color

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

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


#b85864 Background Color

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

This div background color is #b85864


#b85864 Border Color

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

This div border color is #b85864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85864


Comments

No comments written yet.

Please login to write comment.