Color Hex Logo

#c003ad Color Hex

#C003AD
(192,3,173)
0 Favorites   0 Comments

Color spaces of #c003ad

RGB 1923173
HSL0.850.970.38
HSV306°98°75°
CMYK 0.000.980.10   0.25
XYZ29.313614.288740.7482
Yxy14.28870.34750.1694
Hunter Lab37.800472.2732-37.4534
CIE-Lab44.644176.4188-39.5684

#c003ad color RGB value is (192,3,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000011 10101101
Octal 300 3 255
Decimal 192 3 173
Hex C0 3 AD

RGB Percentages of Color #c003ad

%52.17
%0.82
%47.01

CMYK Percentages of Color #c003ad

%0
%98
%10
%25

Triadic Colors of #c003ad

#c003ad #adc003 #03adc0

Analogous Colors of #c003ad

#c003ad #c0034e #7503c0

Monochromatic Colors of #c003ad

#c003ad

Complementary Color

#c003ad #03c016

#c003ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c003ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c003ad Color CSS Codes

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

#c003ad Text Font Color

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

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


#c003ad Background Color

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

This div background color is #c003ad


#c003ad Border Color

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

This div border color is #c003ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c003ad


Comments

No comments written yet.

Please login to write comment.