Color Hex Logo

#c21ca2 Color Hex

#C21CA2
(194,28,162)
0 Favorites   0 Comments

Color spaces of #c21ca2

RGB 19428162
HSL0.870.750.44
HSV312°86°76°
CMYK 0.000.860.16   0.24
XYZ29.185014.908535.5218
Yxy14.90850.36660.1873
Hunter Lab38.611567.3513-27.5175
CIE-Lab45.508672.1979-31.6320

#c21ca2 color RGB value is (194,28,162).

#c21ca2 hex color red value is 194, green value is 28 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #c21ca2 hue: 0.87 , saturation: 0.75 and the lightness value of c21ca2 is 0.44.

The process color (four color CMYK) of #c21ca2 color hex is 0.00, 0.86, 0.16, 0.24. Web safe color of #c21ca2 is #cc3399. Color #c21ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011100 10100010
Octal 302 34 242
Decimal 194 28 162
Hex C2 1C A2

RGB Percentages of Color #c21ca2

%50.52
%7.29
%42.19

CMYK Percentages of Color #c21ca2

%0
%86
%16
%24

Triadic Colors of #c21ca2

#c21ca2 #a2c21c #1ca2c2

Analogous Colors of #c21ca2

#c21ca2 #c21c4f #8f1cc2

Monochromatic Colors of #c21ca2

#c21ca2

Complementary Color

#c21ca2 #1cc23c

#c21ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21ca2 Color CSS Codes

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

#c21ca2 Text Font Color

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

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


#c21ca2 Background Color

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

This div background color is #c21ca2


#c21ca2 Border Color

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

This div border color is #c21ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21ca2


Comments

No comments written yet.

Please login to write comment.