Color Hex Logo

#88418a Color Hex

#88418A
(136,65,138)
0 Favorites   0 Comments

Color spaces of #88418a

RGB 13665138
HSL0.830.360.40
HSV298°53°54°
CMYK 0.010.530.00   0.46
XYZ16.631110.849825.2624
Yxy10.84980.31530.2057
Hunter Lab32.939032.4823-22.4148
CIE-Lab39.326341.1847-27.5049

#88418a color RGB value is (136,65,138).

#88418a hex color red value is 136, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #88418a hue: 0.83 , saturation: 0.36 and the lightness value of 88418a is 0.40.

The process color (four color CMYK) of #88418a color hex is 0.01, 0.53, 0.00, 0.46. Web safe color of #88418a is #993399. Color #88418a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 10001010
Octal 210 101 212
Decimal 136 65 138
Hex 88 41 8A

RGB Percentages of Color #88418a

%40.12
%19.17
%40.71

CMYK Percentages of Color #88418a

%1
%53
%0
%46

Triadic Colors of #88418a

#88418a #8a8841 #418a88

Analogous Colors of #88418a

#88418a #8a4168 #64418a

Monochromatic Colors of #88418a

#88418a

Complementary Color

#88418a #438a41

#88418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88418a Color CSS Codes

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

#88418a Text Font Color

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

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


#88418a Background Color

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

This div background color is #88418a


#88418a Border Color

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

This div border color is #88418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88418a


Comments

No comments written yet.

Please login to write comment.