Color Hex Logo

#c802d9 Color Hex

#C802D9
(200,2,217)
0 Favorites   0 Comments

Color spaces of #c802d9

RGB 2002217
HSL0.820.980.43
HSV295°99°85°
CMYK 0.080.990.00   0.15
XYZ36.365517.332567.0745
Yxy17.33250.30110.1435
Hunter Lab41.632383.0618-66.3805
CIE-Lab48.676384.2066-58.6642

#c802d9 color RGB value is (200,2,217).

#c802d9 hex color red value is 200, green value is 2 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #c802d9 hue: 0.82 , saturation: 0.98 and the lightness value of c802d9 is 0.43.

The process color (four color CMYK) of #c802d9 color hex is 0.08, 0.99, 0.00, 0.15. Web safe color of #c802d9 is #cc00cc. Color #c802d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000010 11011001
Octal 310 2 331
Decimal 200 2 217
Hex C8 2 D9

RGB Percentages of Color #c802d9

%47.73
%0.48
%51.79

CMYK Percentages of Color #c802d9

%8
%99
%0
%15

Triadic Colors of #c802d9

#c802d9 #d9c802 #02d9c8

Analogous Colors of #c802d9

#c802d9 #d9027f #5c02d9

Monochromatic Colors of #c802d9

#c802d9

Complementary Color

#c802d9 #13d902

#c802d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c802d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c802d9 Color CSS Codes

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

#c802d9 Text Font Color

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

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


#c802d9 Background Color

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

This div background color is #c802d9


#c802d9 Border Color

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

This div border color is #c802d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c802d9


Comments

No comments written yet.

Please login to write comment.