Color Hex Logo

#c708cc Color Hex

#C708CC
(199,8,204)
0 Favorites   0 Comments

Color spaces of #c708cc

RGB 1998204
HSL0.830.920.42
HSV298°96°80°
CMYK 0.020.960.00   0.20
XYZ34.539116.675458.5250
Yxy16.67540.31470.1520
Hunter Lab40.835579.5149-56.3889
CIE-Lab47.848481.5936-52.5302

#c708cc color RGB value is (199,8,204).

#c708cc hex color red value is 199, green value is 8 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c708cc hue: 0.83 , saturation: 0.92 and the lightness value of c708cc is 0.42.

The process color (four color CMYK) of #c708cc color hex is 0.02, 0.96, 0.00, 0.20. Web safe color of #c708cc is #cc00cc. Color #c708cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001000 11001100
Octal 307 10 314
Decimal 199 8 204
Hex C7 8 CC

RGB Percentages of Color #c708cc

%48.42
%1.95
%49.64

CMYK Percentages of Color #c708cc

%2
%96
%0
%20

Triadic Colors of #c708cc

#c708cc #ccc708 #08ccc7

Analogous Colors of #c708cc

#c708cc #cc086f #6508cc

Monochromatic Colors of #c708cc

#c708cc

Complementary Color

#c708cc #0dcc08

#c708cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c708cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c708cc Color CSS Codes

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

#c708cc Text Font Color

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

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


#c708cc Background Color

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

This div background color is #c708cc


#c708cc Border Color

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

This div border color is #c708cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,8,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c708cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c708cc;
  -webkit-box-shadow: 1px 1px 3px 2px #c708cc;
  box-shadow:         1px 1px 3px 2px #c708cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c708cc


Comments

No comments written yet.

Please login to write comment.