Color Hex Logo

#c060ad Color Hex

#C060AD
(192,96,173)
0 Favorites   0 Comments

Color spaces of #c060ad

RGB 19296173
HSL0.870.430.56
HSV312°50°75°
CMYK 0.000.500.10   0.25
XYZ33.463922.589342.1316
Yxy22.58930.34080.2301
Hunter Lab47.528242.5048-19.2882
CIE-Lab54.646848.5488-23.9354

#c060ad color RGB value is (192,96,173).

#c060ad hex color red value is 192, green value is 96 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c060ad hue: 0.87 , saturation: 0.43 and the lightness value of c060ad is 0.56.

The process color (four color CMYK) of #c060ad color hex is 0.00, 0.50, 0.10, 0.25. Web safe color of #c060ad is #cc6699. Color #c060ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10101101
Octal 300 140 255
Decimal 192 96 173
Hex C0 60 AD

RGB Percentages of Color #c060ad

%41.65
%20.82
%37.53

CMYK Percentages of Color #c060ad

%0
%50
%10
%25

Triadic Colors of #c060ad

#c060ad #adc060 #60adc0

Analogous Colors of #c060ad

#c060ad #c0607d #a360c0

Monochromatic Colors of #c060ad

#c060ad

Complementary Color

#c060ad #60c073

#c060ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060ad Color CSS Codes

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

#c060ad Text Font Color

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

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


#c060ad Background Color

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

This div background color is #c060ad


#c060ad Border Color

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

This div border color is #c060ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060ad


Comments

No comments written yet.

Please login to write comment.