Color Hex Logo

#88368c Color Hex

#88368C
(136,54,140)
0 Favorites   0 Comments

Color spaces of #88368c

RGB 13654140
HSL0.830.440.38
HSV297°61°55°
CMYK 0.030.610.00   0.45
XYZ16.20619.766025.8418
Yxy9.76600.31280.1885
Hunter Lab31.250637.8789-27.1528
CIE-Lab37.419147.0026-31.7257

#88368c color RGB value is (136,54,140).

#88368c hex color red value is 136, green value is 54 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #88368c hue: 0.83 , saturation: 0.44 and the lightness value of 88368c is 0.38.

The process color (four color CMYK) of #88368c color hex is 0.03, 0.61, 0.00, 0.45. Web safe color of #88368c is #993399. Color #88368c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110110 10001100
Octal 210 66 214
Decimal 136 54 140
Hex 88 36 8C

RGB Percentages of Color #88368c

%41.21
%16.36
%42.42

CMYK Percentages of Color #88368c

%3
%61
%0
%45

Triadic Colors of #88368c

#88368c #8c8836 #368c88

Analogous Colors of #88368c

#88368c #8c3665 #5d368c

Monochromatic Colors of #88368c

#88368c

Complementary Color

#88368c #3a8c36

#88368c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88368c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88368c Color CSS Codes

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

#88368c Text Font Color

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

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


#88368c Background Color

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

This div background color is #88368c


#88368c Border Color

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

This div border color is #88368c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,54,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88368c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88368c;
  -webkit-box-shadow: 1px 1px 3px 2px #88368c;
  box-shadow:         1px 1px 3px 2px #88368c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88368c


Comments

No comments written yet.

Please login to write comment.