Color Hex Logo

#c000ad Color Hex

#C000AD
(192,0,173)
0 Favorites   0 Comments

Color spaces of #c000ad

RGB 1920173
HSL0.851.000.38
HSV306°100°75°
CMYK 0.001.000.10   0.25
XYZ29.281114.223640.7373
Yxy14.22360.34760.1688
Hunter Lab37.714272.5866-37.6427
CIE-Lab44.551976.6915-39.7146

#c000ad color RGB value is (192,0,173).

#c000ad hex color red value is 192, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c000ad hue: 0.85 , saturation: 1.00 and the lightness value of c000ad is 0.38.

The process color (four color CMYK) of #c000ad color hex is 0.00, 1.00, 0.10, 0.25. Web safe color of #c000ad is #cc0099. Color #c000ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 10101101
Octal 300 0 255
Decimal 192 0 173
Hex C0 0 AD

RGB Percentages of Color #c000ad

%52.60
%0.00
%47.40

CMYK Percentages of Color #c000ad

%0
%100
%10
%25

Triadic Colors of #c000ad

#c000ad #adc000 #00adc0

Analogous Colors of #c000ad

#c000ad #c0004d #7300c0

Monochromatic Colors of #c000ad

#c000ad

Complementary Color

#c000ad #00c013

#c000ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c000ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c000ad Color CSS Codes

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

#c000ad Text Font Color

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

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


#c000ad Background Color

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

This div background color is #c000ad


#c000ad Border Color

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

This div border color is #c000ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c000ad


Comments

No comments written yet.

Please login to write comment.