Color Hex Logo

#c403cc Color Hex

#C403CC
(196,3,204)
0 Favorites   0 Comments

Color spaces of #c403cc

RGB 1963204
HSL0.830.970.41
HSV298°99°80°
CMYK 0.040.990.00   0.20
XYZ33.696616.160558.4700
Yxy16.16050.31110.1492
Hunter Lab40.200179.2723-58.0956
CIE-Lab47.184481.5308-53.6242

#c403cc color RGB value is (196,3,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 11001100
Octal 304 3 314
Decimal 196 3 204
Hex C4 3 CC

RGB Percentages of Color #c403cc

%48.64
%0.74
%50.62

CMYK Percentages of Color #c403cc

%4
%99
%0
%20

Triadic Colors of #c403cc

#c403cc #ccc403 #03ccc4

Analogous Colors of #c403cc

#c403cc #cc0370 #6003cc

Monochromatic Colors of #c403cc

#c403cc

Complementary Color

#c403cc #0bcc03

#c403cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c403cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c403cc Color CSS Codes

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

#c403cc Text Font Color

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

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


#c403cc Background Color

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

This div background color is #c403cc


#c403cc Border Color

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

This div border color is #c403cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c403cc


Comments

No comments written yet.

Please login to write comment.