Color Hex Logo

#c602ad Color Hex

#C602AD
(198,2,173)
0 Favorites   0 Comments

Color spaces of #c602ad

RGB 1982173
HSL0.850.980.39
HSV308°99°78°
CMYK 0.000.990.13   0.22
XYZ30.853215.066340.8171
Yxy15.06630.35570.1737
Hunter Lab38.815373.9577-35.1769
CIE-Lab45.724977.5742-37.7863

#c602ad color RGB value is (198,2,173).

#c602ad hex color red value is 198, green value is 2 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c602ad hue: 0.85 , saturation: 0.98 and the lightness value of c602ad is 0.39.

The process color (four color CMYK) of #c602ad color hex is 0.00, 0.99, 0.13, 0.22. Web safe color of #c602ad is #cc0099. Color #c602ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 10101101
Octal 306 2 255
Decimal 198 2 173
Hex C6 2 AD

RGB Percentages of Color #c602ad

%53.08
%0.54
%46.38

CMYK Percentages of Color #c602ad

%0
%99
%13
%22

Triadic Colors of #c602ad

#c602ad #adc602 #02adc6

Analogous Colors of #c602ad

#c602ad #c6024b #7d02c6

Monochromatic Colors of #c602ad

#c602ad

Complementary Color

#c602ad #02c61b

#c602ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c602ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c602ad Color CSS Codes

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

#c602ad Text Font Color

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

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


#c602ad Background Color

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

This div background color is #c602ad


#c602ad Border Color

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

This div border color is #c602ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,2,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c602ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c602ad;
  -webkit-box-shadow: 1px 1px 3px 2px #c602ad;
  box-shadow:         1px 1px 3px 2px #c602ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c602ad


Comments

No comments written yet.

Please login to write comment.