Color Hex Logo

#c413ad Color Hex

#C413AD
(196,19,173)
0 Favorites   0 Comments

Color spaces of #c413ad

RGB 19619173
HSL0.850.820.42
HSV308°90°77°
CMYK 0.000.900.12   0.23
XYZ30.540615.218640.8630
Yxy15.21860.35260.1757
Hunter Lab39.011071.4732-34.7970
CIE-Lab45.932275.5162-37.4829

#c413ad color RGB value is (196,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 10101101
Octal 304 23 255
Decimal 196 19 173
Hex C4 13 AD

RGB Percentages of Color #c413ad

%50.52
%4.90
%44.59

CMYK Percentages of Color #c413ad

%0
%90
%12
%23

Triadic Colors of #c413ad

#c413ad #adc413 #13adc4

Analogous Colors of #c413ad

#c413ad #c41355 #8313c4

Monochromatic Colors of #c413ad

#c413ad

Complementary Color

#c413ad #13c42a

#c413ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c413ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c413ad Color CSS Codes

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

#c413ad Text Font Color

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

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


#c413ad Background Color

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

This div background color is #c413ad


#c413ad Border Color

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

This div border color is #c413ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,19,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 #c413ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c413ad


Comments

No comments written yet.

Please login to write comment.