Color Hex Logo

#c903ad Color Hex

#C903AD
(201,3,173)
0 Favorites   0 Comments

Color spaces of #c903ad

RGB 2013173
HSL0.860.970.40
HSV308°99°79°
CMYK 0.000.990.14   0.21
XYZ31.662815.499840.8581
Yxy15.49980.35970.1761
Hunter Lab39.369874.6599-33.9725
CIE-Lab46.311378.0263-36.8235

#c903ad color RGB value is (201,3,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000011 10101101
Octal 311 3 255
Decimal 201 3 173
Hex C9 3 AD

RGB Percentages of Color #c903ad

%53.32
%0.80
%45.89

CMYK Percentages of Color #c903ad

%0
%99
%14
%21

Triadic Colors of #c903ad

#c903ad #adc903 #03adc9

Analogous Colors of #c903ad

#c903ad #c9034a #8203c9

Monochromatic Colors of #c903ad

#c903ad

Complementary Color

#c903ad #03c91f

#c903ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c903ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c903ad Color CSS Codes

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

#c903ad Text Font Color

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

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


#c903ad Background Color

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

This div background color is #c903ad


#c903ad Border Color

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

This div border color is #c903ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c903ad


Comments

No comments written yet.

Please login to write comment.