Color Hex Logo

#c214da Color Hex

#C214DA
(194,20,218)
0 Favorites   0 Comments

Color spaces of #c214da

RGB 19420218
HSL0.810.830.47
HSV293°91°85°
CMYK 0.110.910.00   0.15
XYZ35.153217.031667.7643
Yxy17.03160.29310.1420
Hunter Lab41.269479.8247-68.4656
CIE-Lab48.299881.7500-59.8946

#c214da color RGB value is (194,20,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010100 11011010
Octal 302 24 332
Decimal 194 20 218
Hex C2 14 DA

RGB Percentages of Color #c214da

%44.91
%4.63
%50.46

CMYK Percentages of Color #c214da

%11
%91
%0
%15

Triadic Colors of #c214da

#c214da #dac214 #14dac2

Analogous Colors of #c214da

#c214da #da148f #5f14da

Monochromatic Colors of #c214da

#c214da

Complementary Color

#c214da #2cda14

#c214da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c214da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c214da Color CSS Codes

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

#c214da Text Font Color

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

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


#c214da Background Color

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

This div background color is #c214da


#c214da Border Color

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

This div border color is #c214da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,20,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 #c214da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c214da


Comments

No comments written yet.

Please login to write comment.