Color Hex Logo

#c060ae Color Hex

#C060AE
(192,96,174)
0 Favorites   0 Comments

Color spaces of #c060ae

RGB 19296174
HSL0.860.430.56
HSV311°50°75°
CMYK 0.000.500.09   0.25
XYZ33.561122.628242.6432
Yxy22.62820.33960.2290
Hunter Lab47.569142.6899-19.8520
CIE-Lab54.687348.7156-24.4531

#c060ae color RGB value is (192,96,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10101110
Octal 300 140 256
Decimal 192 96 174
Hex C0 60 AE

RGB Percentages of Color #c060ae

%41.56
%20.78
%37.66

CMYK Percentages of Color #c060ae

%0
%50
%9
%25

Triadic Colors of #c060ae

#c060ae #aec060 #60aec0

Analogous Colors of #c060ae

#c060ae #c0607e #a260c0

Monochromatic Colors of #c060ae

#c060ae

Complementary Color

#c060ae #60c072

#c060ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060ae Color CSS Codes

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

#c060ae Text Font Color

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

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


#c060ae Background Color

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

This div background color is #c060ae


#c060ae Border Color

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

This div border color is #c060ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,96,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c060ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060ae


Comments

No comments written yet.

Please login to write comment.