Color Hex Logo

#c602fc Color Hex

#C602FC
(198,2,252)
0 Favorites   0 Comments

Color spaces of #c602fc

RGB 1982252
HSL0.800.980.50
HSV287°99°99°
CMYK 0.210.990.00   0.01
XYZ40.881119.077593.6231
Yxy19.07750.26620.1242
Hunter Lab43.677890.6345-96.5133
CIE-Lab50.777889.5905-75.0486

#c602fc color RGB value is (198,2,252).

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

The process color (four color CMYK) of #c602fc color hex is 0.21, 0.99, 0.00, 0.01. Web safe color of #c602fc is #cc00ff. Color #c602fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 11111100
Octal 306 2 374
Decimal 198 2 252
Hex C6 2 FC

RGB Percentages of Color #c602fc

%43.81
%0.44
%55.75

CMYK Percentages of Color #c602fc

%21
%99
%0
%1

Triadic Colors of #c602fc

#c602fc #fcc602 #02fcc6

Analogous Colors of #c602fc

#c602fc #fc02b5 #4902fc

Monochromatic Colors of #c602fc

#c602fc

Complementary Color

#c602fc #38fc02

#c602fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c602fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c602fc Color CSS Codes

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

#c602fc Text Font Color

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

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


#c602fc Background Color

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

This div background color is #c602fc


#c602fc Border Color

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

This div border color is #c602fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c602fc


Comments

No comments written yet.

Please login to write comment.