Color Hex Logo

#c403ad Color Hex

#C403AD
(196,3,173)
0 Favorites   0 Comments

Color spaces of #c403ad

RGB 1963173
HSL0.850.970.39
HSV307°98°77°
CMYK 0.000.980.12   0.23
XYZ30.340314.818040.7962
Yxy14.81800.35300.1724
Hunter Lab38.494273.3252-35.8898
CIE-Lab45.383977.1290-38.3495

#c403ad color RGB value is (196,3,173).

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

The process color (four color CMYK) of #c403ad color hex is 0.00, 0.98, 0.12, 0.23. Web safe color of #c403ad is #cc0099. Color #c403ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 10101101
Octal 304 3 255
Decimal 196 3 173
Hex C4 3 AD

RGB Percentages of Color #c403ad

%52.69
%0.81
%46.51

CMYK Percentages of Color #c403ad

%0
%98
%12
%23

Triadic Colors of #c403ad

#c403ad #adc403 #03adc4

Analogous Colors of #c403ad

#c403ad #c4034c #7b03c4

Monochromatic Colors of #c403ad

#c403ad

Complementary Color

#c403ad #03c41a

#c403ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c403ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c403ad Color CSS Codes

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

#c403ad Text Font Color

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

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


#c403ad Background Color

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

This div background color is #c403ad


#c403ad Border Color

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

This div border color is #c403ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c403ad


Comments

No comments written yet.

Please login to write comment.