Color Hex Logo

#c213da Color Hex

#C213DA
(194,19,218)
0 Favorites   0 Comments

Color spaces of #c213da

RGB 19419218
HSL0.810.840.46
HSV293°91°85°
CMYK 0.110.910.00   0.15
XYZ35.135916.997067.7586
Yxy16.99700.29310.1418
Hunter Lab41.227479.9779-68.5858
CIE-Lab48.256381.8789-59.9650

#c213da color RGB value is (194,19,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 11011010
Octal 302 23 332
Decimal 194 19 218
Hex C2 13 DA

RGB Percentages of Color #c213da

%45.01
%4.41
%50.58

CMYK Percentages of Color #c213da

%11
%91
%0
%15

Triadic Colors of #c213da

#c213da #dac213 #13dac2

Analogous Colors of #c213da

#c213da #da138f #5f13da

Monochromatic Colors of #c213da

#c213da

Complementary Color

#c213da #2bda13

#c213da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c213da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c213da Color CSS Codes

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

#c213da Text Font Color

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

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


#c213da Background Color

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

This div background color is #c213da


#c213da Border Color

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

This div border color is #c213da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c213da


Comments

No comments written yet.

Please login to write comment.