Color Hex Logo

#c402cd Color Hex

#C402CD
(196,2,205)
0 Favorites   0 Comments

Color spaces of #c402cd

RGB 1962205
HSL0.830.980.41
HSV297°99°80°
CMYK 0.040.990.00   0.20
XYZ33.806116.187059.1002
Yxy16.18700.30990.1484
Hunter Lab40.233179.5779-58.9306
CIE-Lab47.218981.7649-54.1466

#c402cd color RGB value is (196,2,205).

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

The process color (four color CMYK) of #c402cd color hex is 0.04, 0.99, 0.00, 0.20. Web safe color of #c402cd is #cc00cc. Color #c402cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 11001101
Octal 304 2 315
Decimal 196 2 205
Hex C4 2 CD

RGB Percentages of Color #c402cd

%48.64
%0.50
%50.87

CMYK Percentages of Color #c402cd

%4
%99
%0
%20

Triadic Colors of #c402cd

#c402cd #cdc402 #02cdc4

Analogous Colors of #c402cd

#c402cd #cd0271 #5f02cd

Monochromatic Colors of #c402cd

#c402cd

Complementary Color

#c402cd #0bcd02

#c402cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c402cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c402cd Color CSS Codes

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

#c402cd Text Font Color

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

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


#c402cd Background Color

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

This div background color is #c402cd


#c402cd Border Color

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

This div border color is #c402cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c402cd


Comments

No comments written yet.

Please login to write comment.