Color Hex Logo

#c210a4 Color Hex

#C210A4
(194,16,164)
0 Favorites   0 Comments

Color spaces of #c210a4

RGB 19416164
HSL0.860.850.41
HSV310°92°76°
CMYK 0.000.920.15   0.24
XYZ29.134314.520336.3891
Yxy14.52030.36400.1814
Hunter Lab38.105569.7910-29.9455
CIE-Lab44.970074.3239-33.6721

#c210a4 color RGB value is (194,16,164).

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

The process color (four color CMYK) of #c210a4 color hex is 0.00, 0.92, 0.15, 0.24. Web safe color of #c210a4 is #cc0099. Color #c210a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010000 10100100
Octal 302 20 244
Decimal 194 16 164
Hex C2 10 A4

RGB Percentages of Color #c210a4

%51.87
%4.28
%43.85

CMYK Percentages of Color #c210a4

%0
%92
%15
%24

Triadic Colors of #c210a4

#c210a4 #a4c210 #10a4c2

Analogous Colors of #c210a4

#c210a4 #c2104b #8710c2

Monochromatic Colors of #c210a4

#c210a4

Complementary Color

#c210a4 #10c22e

#c210a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c210a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c210a4 Color CSS Codes

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

#c210a4 Text Font Color

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

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


#c210a4 Background Color

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

This div background color is #c210a4


#c210a4 Border Color

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

This div border color is #c210a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c210a4


Comments

No comments written yet.

Please login to write comment.