Color Hex Logo

#88039d Color Hex

#88039D
(136,3,157)
0 Favorites   0 Comments

Color spaces of #88039d

RGB 1363157
HSL0.810.960.31
HSV292°98°62°
CMYK 0.130.980.00   0.38
XYZ16.27177.733732.5334
Yxy7.73370.28780.1368
Hunter Lab27.809555.7759-49.8946
CIE-Lab33.422064.6052-48.4963

#88039d color RGB value is (136,3,157).

#88039d hex color red value is 136, green value is 3 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #88039d hue: 0.81 , saturation: 0.96 and the lightness value of 88039d is 0.31.

The process color (four color CMYK) of #88039d color hex is 0.13, 0.98, 0.00, 0.38. Web safe color of #88039d is #990099. Color #88039d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000011 10011101
Octal 210 3 235
Decimal 136 3 157
Hex 88 3 9D

RGB Percentages of Color #88039d

%45.95
%1.01
%53.04

CMYK Percentages of Color #88039d

%13
%98
%0
%38

Triadic Colors of #88039d

#88039d #9d8803 #039d88

Analogous Colors of #88039d

#88039d #9d0365 #3b039d

Monochromatic Colors of #88039d

#88039d

Complementary Color

#88039d #189d03

#88039d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88039d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88039d Color CSS Codes

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

#88039d Text Font Color

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

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


#88039d Background Color

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

This div background color is #88039d


#88039d Border Color

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

This div border color is #88039d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88039d


Comments

No comments written yet.

Please login to write comment.