Color Hex Logo

#c921ad Color Hex

#C921AD
(201,33,173)
0 Favorites   0 Comments

Color spaces of #c921ad

RGB 20133173
HSL0.860.720.46
HSV310°84°79°
CMYK 0.000.840.14   0.21
XYZ32.174116.522441.0285
Yxy16.52240.35860.1841
Hunter Lab40.647870.1553-31.3919
CIE-Lab47.652574.1008-34.7112

#c921ad color RGB value is (201,33,173).

#c921ad hex color red value is 201, green value is 33 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c921ad hue: 0.86 , saturation: 0.72 and the lightness value of c921ad is 0.46.

The process color (four color CMYK) of #c921ad color hex is 0.00, 0.84, 0.14, 0.21. Web safe color of #c921ad is #cc3399. Color #c921ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 10101101
Octal 311 41 255
Decimal 201 33 173
Hex C9 21 AD

RGB Percentages of Color #c921ad

%49.39
%8.11
%42.51

CMYK Percentages of Color #c921ad

%0
%84
%14
%21

Triadic Colors of #c921ad

#c921ad #adc921 #21adc9

Analogous Colors of #c921ad

#c921ad #c92159 #9121c9

Monochromatic Colors of #c921ad

#c921ad

Complementary Color

#c921ad #21c93d

#c921ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c921ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c921ad Color CSS Codes

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

#c921ad Text Font Color

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

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


#c921ad Background Color

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

This div background color is #c921ad


#c921ad Border Color

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

This div border color is #c921ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c921ad


Comments

No comments written yet.

Please login to write comment.