Color Hex Logo

#88427f Color Hex

#88427F
(136,66,127)
0 Favorites   0 Comments

Color spaces of #88427f

RGB 13666127
HSL0.850.350.40
HSV308°51°53°
CMYK 0.000.510.07   0.47
XYZ15.932310.663021.2971
Yxy10.66300.33270.2226
Hunter Lab32.654229.9468-15.8110
CIE-Lab39.007038.5882-21.2563

#88427f color RGB value is (136,66,127).

#88427f hex color red value is 136, green value is 66 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #88427f hue: 0.85 , saturation: 0.35 and the lightness value of 88427f is 0.40.

The process color (four color CMYK) of #88427f color hex is 0.00, 0.51, 0.07, 0.47. Web safe color of #88427f is #993366. Color #88427f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000010 01111111
Octal 210 102 177
Decimal 136 66 127
Hex 88 42 7F

RGB Percentages of Color #88427f

%41.34
%20.06
%38.60

CMYK Percentages of Color #88427f

%0
%51
%7
%47

Triadic Colors of #88427f

#88427f #7f8842 #427f88

Analogous Colors of #88427f

#88427f #88425c #6e4288

Monochromatic Colors of #88427f

#88427f

Complementary Color

#88427f #42884b

#88427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88427f Color CSS Codes

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

#88427f Text Font Color

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

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


#88427f Background Color

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

This div background color is #88427f


#88427f Border Color

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

This div border color is #88427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88427f


Comments

No comments written yet.

Please login to write comment.