Color Hex Logo

#c413ca Color Hex

#C413CA
(196,19,202)
0 Favorites   0 Comments

Color spaces of #c413ca

RGB 19619202
HSL0.830.830.43
HSV298°91°79°
CMYK 0.030.910.00   0.21
XYZ33.658516.465857.2813
Yxy16.46580.31340.1533
Hunter Lab40.578177.0497-55.2910
CIE-Lab47.579879.6930-51.8333

#c413ca color RGB value is (196,19,202).

#c413ca hex color red value is 196, green value is 19 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c413ca hue: 0.83 , saturation: 0.83 and the lightness value of c413ca is 0.43.

The process color (four color CMYK) of #c413ca color hex is 0.03, 0.91, 0.00, 0.21. Web safe color of #c413ca is #cc00cc. Color #c413ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 11001010
Octal 304 23 312
Decimal 196 19 202
Hex C4 13 CA

RGB Percentages of Color #c413ca

%47.00
%4.56
%48.44

CMYK Percentages of Color #c413ca

%3
%91
%0
%21

Triadic Colors of #c413ca

#c413ca #cac413 #13cac4

Analogous Colors of #c413ca

#c413ca #ca1375 #6913ca

Monochromatic Colors of #c413ca

#c413ca

Complementary Color

#c413ca #19ca13

#c413ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c413ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c413ca Color CSS Codes

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

#c413ca Text Font Color

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

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


#c413ca Background Color

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

This div background color is #c413ca


#c413ca Border Color

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

This div border color is #c413ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c413ca


Comments

No comments written yet.

Please login to write comment.