Color Hex Logo

#c602c7 Color Hex

#C602C7
(198,2,199)
0 Favorites   0 Comments

Color spaces of #c602c7

RGB 1982199
HSL0.830.980.39
HSV300°99°78°
CMYK 0.010.990.00   0.22
XYZ33.619216.172755.3825
Yxy16.17270.31970.1538
Hunter Lab40.215378.8457-53.5005
CIE-Lab47.200381.1911-50.6835

#c602c7 color RGB value is (198,2,199).

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

The process color (four color CMYK) of #c602c7 color hex is 0.01, 0.99, 0.00, 0.22. Web safe color of #c602c7 is #cc00cc. Color #c602c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 11000111
Octal 306 2 307
Decimal 198 2 199
Hex C6 2 C7

RGB Percentages of Color #c602c7

%49.62
%0.50
%49.87

CMYK Percentages of Color #c602c7

%1
%99
%0
%22

Triadic Colors of #c602c7

#c602c7 #c7c602 #02c7c6

Analogous Colors of #c602c7

#c602c7 #c70266 #6402c7

Monochromatic Colors of #c602c7

#c602c7

Complementary Color

#c602c7 #03c702

#c602c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c602c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c602c7 Color CSS Codes

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

#c602c7 Text Font Color

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

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


#c602c7 Background Color

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

This div background color is #c602c7


#c602c7 Border Color

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

This div border color is #c602c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,2,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 #c602c7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c602c7


Comments

No comments written yet.

Please login to write comment.