Color Hex Logo

#88415d Color Hex

#88415D
(136,65,93)
0 Favorites   0 Comments

Color spaces of #88415d

RGB 1366593
HSL0.930.350.39
HSV336°52°53°
CMYK 0.000.520.32   0.47
XYZ14.01949.805111.5096
Yxy9.80510.39680.2775
Hunter Lab31.313125.11950.1262
CIE-Lab37.490333.6185-2.3402

#88415d color RGB value is (136,65,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 01011101
Octal 210 101 135
Decimal 136 65 93
Hex 88 41 5D

RGB Percentages of Color #88415d

%46.26
%22.11
%31.63

CMYK Percentages of Color #88415d

%0
%52
%32
%47

Triadic Colors of #88415d

#88415d #5d8841 #415d88

Analogous Colors of #88415d

#88415d #884941 #884181

Monochromatic Colors of #88415d

#88415d

Complementary Color

#88415d #41886c

#88415d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88415d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88415d Color CSS Codes

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

#88415d Text Font Color

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

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


#88415d Background Color

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

This div background color is #88415d


#88415d Border Color

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

This div border color is #88415d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88415d


Comments

No comments written yet.

Please login to write comment.