Color Hex Logo

#c213df Color Hex

#C213DF
(194,19,223)
0 Favorites   0 Comments

Color spaces of #c213df

RGB 19419223
HSL0.810.840.47
HSV291°91°87°
CMYK 0.130.910.00   0.13
XYZ35.800317.262871.2572
Yxy17.26280.28800.1389
Hunter Lab41.548581.0947-72.6005
CIE-Lab48.589582.6904-62.2801

#c213df color RGB value is (194,19,223).

#c213df hex color red value is 194, green value is 19 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c213df hue: 0.81 , saturation: 0.84 and the lightness value of c213df is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 11011111
Octal 302 23 337
Decimal 194 19 223
Hex C2 13 DF

RGB Percentages of Color #c213df

%44.50
%4.36
%51.15

CMYK Percentages of Color #c213df

%13
%91
%0
%13

Triadic Colors of #c213df

#c213df #dfc213 #13dfc2

Analogous Colors of #c213df

#c213df #df1396 #5c13df

Monochromatic Colors of #c213df

#c213df

Complementary Color

#c213df #30df13

#c213df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c213df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c213df Color CSS Codes

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

#c213df Text Font Color

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

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


#c213df Background Color

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

This div background color is #c213df


#c213df Border Color

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

This div border color is #c213df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c213df


Comments

No comments written yet.

Please login to write comment.