Color Hex Logo

#c214ad Color Hex

#C214AD
(194,20,173)
0 Favorites   0 Comments

Color spaces of #c214ad

RGB 19420173
HSL0.850.810.42
HSV307°90°76°
CMYK 0.000.900.11   0.24
XYZ30.041114.986840.8446
Yxy14.98680.34980.1745
Hunter Lab38.712870.7685-35.4560
CIE-Lab45.616175.0012-38.0061

#c214ad color RGB value is (194,20,173).

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

The process color (four color CMYK) of #c214ad color hex is 0.00, 0.90, 0.11, 0.24. Web safe color of #c214ad is #cc0099. Color #c214ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010100 10101101
Octal 302 24 255
Decimal 194 20 173
Hex C2 14 AD

RGB Percentages of Color #c214ad

%50.13
%5.17
%44.70

CMYK Percentages of Color #c214ad

%0
%90
%11
%24

Triadic Colors of #c214ad

#c214ad #adc214 #14adc2

Analogous Colors of #c214ad

#c214ad #c21456 #8014c2

Monochromatic Colors of #c214ad

#c214ad

Complementary Color

#c214ad #14c229

#c214ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c214ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c214ad Color CSS Codes

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

#c214ad Text Font Color

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

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


#c214ad Background Color

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

This div background color is #c214ad


#c214ad Border Color

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

This div border color is #c214ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c214ad


Comments

No comments written yet.

Please login to write comment.