Color Hex Logo

#c215ad Color Hex

#C215AD
(194,21,173)
0 Favorites   0 Comments

Color spaces of #c215ad

RGB 19421173
HSL0.850.800.42
HSV307°89°76°
CMYK 0.000.890.11   0.24
XYZ30.059115.022840.8506
Yxy15.02280.34980.1748
Hunter Lab38.759370.6040-35.3576
CIE-Lab45.665474.8567-37.9282

#c215ad color RGB value is (194,21,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010101 10101101
Octal 302 25 255
Decimal 194 21 173
Hex C2 15 AD

RGB Percentages of Color #c215ad

%50.00
%5.41
%44.59

CMYK Percentages of Color #c215ad

%0
%89
%11
%24

Triadic Colors of #c215ad

#c215ad #adc215 #15adc2

Analogous Colors of #c215ad

#c215ad #c21557 #8115c2

Monochromatic Colors of #c215ad

#c215ad

Complementary Color

#c215ad #15c22a

#c215ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c215ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c215ad Color CSS Codes

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

#c215ad Text Font Color

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

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


#c215ad Background Color

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

This div background color is #c215ad


#c215ad Border Color

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

This div border color is #c215ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c215ad


Comments

No comments written yet.

Please login to write comment.