Color Hex Logo

#88415f Color Hex

#88415F
(136,65,95)
0 Favorites   0 Comments

Color spaces of #88415f

RGB 1366595
HSL0.930.350.39
HSV335°52°53°
CMYK 0.000.520.30   0.47
XYZ14.10929.841111.9823
Yxy9.84110.39270.2739
Hunter Lab31.370525.3837-0.6871
CIE-Lab37.555733.8995-3.5047

#88415f color RGB value is (136,65,95).

#88415f hex color red value is 136, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #88415f hue: 0.93 , saturation: 0.35 and the lightness value of 88415f is 0.39.

The process color (four color CMYK) of #88415f color hex is 0.00, 0.52, 0.30, 0.47. Web safe color of #88415f is #993366. Color #88415f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 01011111
Octal 210 101 137
Decimal 136 65 95
Hex 88 41 5F

RGB Percentages of Color #88415f

%45.95
%21.96
%32.09

CMYK Percentages of Color #88415f

%0
%52
%30
%47

Triadic Colors of #88415f

#88415f #5f8841 #415f88

Analogous Colors of #88415f

#88415f #884741 #884183

Monochromatic Colors of #88415f

#88415f

Complementary Color

#88415f #41886a

#88415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88415f Color CSS Codes

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

#88415f Text Font Color

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

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


#88415f Background Color

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

This div background color is #88415f


#88415f Border Color

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

This div border color is #88415f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,65,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88415f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88415f;
  -webkit-box-shadow: 1px 1px 3px 2px #88415f;
  box-shadow:         1px 1px 3px 2px #88415f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,65,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88415f


Comments

No comments written yet.

Please login to write comment.