Color Hex Logo

#c901ad Color Hex

#C901AD
(201,1,173)
0 Favorites   0 Comments

Color spaces of #c901ad

RGB 2011173
HSL0.860.990.40
HSV308°100°79°
CMYK 0.001.000.14   0.21
XYZ31.641115.456340.8509
Yxy15.45630.35980.1757
Hunter Lab39.314574.8600-34.0869
CIE-Lab46.252978.1986-36.9156

#c901ad color RGB value is (201,1,173).

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

The process color (four color CMYK) of #c901ad color hex is 0.00, 1.00, 0.14, 0.21. Web safe color of #c901ad is #cc0099. Color #c901ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 10101101
Octal 311 1 255
Decimal 201 1 173
Hex C9 1 AD

RGB Percentages of Color #c901ad

%53.60
%0.27
%46.13

CMYK Percentages of Color #c901ad

%0
%100
%14
%21

Triadic Colors of #c901ad

#c901ad #adc901 #01adc9

Analogous Colors of #c901ad

#c901ad #c90149 #8101c9

Monochromatic Colors of #c901ad

#c901ad

Complementary Color

#c901ad #01c91d

#c901ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c901ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c901ad Color CSS Codes

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

#c901ad Text Font Color

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

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


#c901ad Background Color

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

This div background color is #c901ad


#c901ad Border Color

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

This div border color is #c901ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c901ad

#c901ad Color Palettes


Comments

No comments written yet.

Please login to write comment.