Color Hex Logo

#8800c7 Color Hex

#8800C7
(136,0,199)
0 Favorites   0 Comments

Color spaces of #8800c7

RGB 1360199
HSL0.781.000.39
HSV281°100°78°
CMYK 0.321.000.00   0.22
XYZ20.46219.357854.7606
Yxy9.35780.24190.1106
Hunter Lab30.590565.8658-84.7226
CIE-Lab36.664372.6671-68.2492

#8800c7 color RGB value is (136,0,199).

#8800c7 hex color red value is 136, green value is 0 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #8800c7 hue: 0.78 , saturation: 1.00 and the lightness value of 8800c7 is 0.39.

The process color (four color CMYK) of #8800c7 color hex is 0.32, 1.00, 0.00, 0.22. Web safe color of #8800c7 is #9900cc. Color #8800c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000000 11000111
Octal 210 0 307
Decimal 136 0 199
Hex 88 0 C7

RGB Percentages of Color #8800c7

%40.60
%0.00
%59.40

CMYK Percentages of Color #8800c7

%32
%100
%0
%22

Triadic Colors of #8800c7

#8800c7 #c78800 #00c788

Analogous Colors of #8800c7

#8800c7 #c700a3 #2500c7

Monochromatic Colors of #8800c7

#8800c7

Complementary Color

#8800c7 #3fc700

#8800c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8800c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8800c7 Color CSS Codes

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

#8800c7 Text Font Color

<p style="color:#8800c7">Text here</p>

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


#8800c7 Background Color

<div style="background-color:#8800c7">
Div content here</div>

This div background color is #8800c7


#8800c7 Border Color

<div style="border:3px solid #8800c7">
Div here</div>

This div border color is #8800c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,0,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8800c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8800c7;
  -webkit-box-shadow: 1px 1px 3px 2px #8800c7;
  box-shadow:         1px 1px 3px 2px #8800c7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8800c7

#8800c7 Color Palettes


Comments

No comments written yet.

Please login to write comment.