Color Hex Logo

#c213cd Color Hex

#C213CD
(194,19,205)
0 Favorites   0 Comments

Color spaces of #c213cd

RGB 19419205
HSL0.820.830.44
HSV296°91°80°
CMYK 0.050.910.00   0.20
XYZ33.500516.342959.1464
Yxy16.34290.30740.1499
Hunter Lab40.426477.1732-58.4467
CIE-Lab47.421279.8222-53.8403

#c213cd color RGB value is (194,19,205).

#c213cd hex color red value is 194, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c213cd hue: 0.82 , saturation: 0.83 and the lightness value of c213cd is 0.44.

The process color (four color CMYK) of #c213cd color hex is 0.05, 0.91, 0.00, 0.20. Web safe color of #c213cd is #cc00cc. Color #c213cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 11001101
Octal 302 23 315
Decimal 194 19 205
Hex C2 13 CD

RGB Percentages of Color #c213cd

%46.41
%4.55
%49.04

CMYK Percentages of Color #c213cd

%5
%91
%0
%20

Triadic Colors of #c213cd

#c213cd #cdc213 #13cdc2

Analogous Colors of #c213cd

#c213cd #cd137b #6513cd

Monochromatic Colors of #c213cd

#c213cd

Complementary Color

#c213cd #1ecd13

#c213cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c213cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c213cd Color CSS Codes

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

#c213cd Text Font Color

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

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


#c213cd Background Color

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

This div background color is #c213cd


#c213cd Border Color

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

This div border color is #c213cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c213cd


Comments

No comments written yet.

Please login to write comment.