Color Hex Logo

#c410c2 Color Hex

#C410C2
(196,16,194)
0 Favorites   0 Comments

Color spaces of #c410c2

RGB 19616194
HSL0.840.850.42
HSV301°92°77°
CMYK 0.000.920.01   0.23
XYZ32.687816.001452.4047
Yxy16.00140.32330.1583
Hunter Lab40.001775.8599-49.6722
CIE-Lab46.976378.8602-48.1554

#c410c2 color RGB value is (196,16,194).

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

The process color (four color CMYK) of #c410c2 color hex is 0.00, 0.92, 0.01, 0.23. Web safe color of #c410c2 is #cc00cc. Color #c410c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 11000010
Octal 304 20 302
Decimal 196 16 194
Hex C4 10 C2

RGB Percentages of Color #c410c2

%48.28
%3.94
%47.78

CMYK Percentages of Color #c410c2

%0
%92
%1
%23

Triadic Colors of #c410c2

#c410c2 #c2c410 #10c2c4

Analogous Colors of #c410c2

#c410c2 #c41068 #6c10c4

Monochromatic Colors of #c410c2

#c410c2

Complementary Color

#c410c2 #10c412

#c410c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c410c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c410c2 Color CSS Codes

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

#c410c2 Text Font Color

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

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


#c410c2 Background Color

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

This div background color is #c410c2


#c410c2 Border Color

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

This div border color is #c410c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c410c2


Comments

No comments written yet.

Please login to write comment.