Color Hex Logo

#c080ad Color Hex

#C080AD
(192,128,173)
0 Favorites   0 Comments

Color spaces of #c080ad

RGB 192128173
HSL0.880.340.63
HSV318°33°75°
CMYK 0.000.330.10   0.25
XYZ37.000229.661943.3104
Yxy29.66190.33640.2697
Hunter Lab54.462725.9573-9.0253
CIE-Lab61.361431.6289-13.7052

#c080ad color RGB value is (192,128,173).

#c080ad hex color red value is 192, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c080ad hue: 0.88 , saturation: 0.34 and the lightness value of c080ad is 0.63.

The process color (four color CMYK) of #c080ad color hex is 0.00, 0.33, 0.10, 0.25. Web safe color of #c080ad is #cc9999. Color #c080ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 10101101
Octal 300 200 255
Decimal 192 128 173
Hex C0 80 AD

RGB Percentages of Color #c080ad

%38.95
%25.96
%35.09

CMYK Percentages of Color #c080ad

%0
%33
%10
%25

Triadic Colors of #c080ad

#c080ad #adc080 #80adc0

Analogous Colors of #c080ad

#c080ad #c0808d #b380c0

Monochromatic Colors of #c080ad

#c080ad

Complementary Color

#c080ad #80c093

#c080ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c080ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c080ad Color CSS Codes

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

#c080ad Text Font Color

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

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


#c080ad Background Color

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

This div background color is #c080ad


#c080ad Border Color

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

This div border color is #c080ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c080ad


Comments

No comments written yet.

Please login to write comment.