Color Hex Logo

#c260ad Color Hex

#C260AD
(194,96,173)
0 Favorites   0 Comments

Color spaces of #c260ad

RGB 19496173
HSL0.870.450.57
HSV313°51°76°
CMYK 0.000.510.11   0.24
XYZ33.973822.852242.1555
Yxy22.85220.34320.2309
Hunter Lab47.804043.2012-18.8216
CIE-Lab54.919849.1562-23.4923

#c260ad color RGB value is (194,96,173).

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

The process color (four color CMYK) of #c260ad color hex is 0.00, 0.51, 0.11, 0.24. Web safe color of #c260ad is #cc6699. Color #c260ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 10101101
Octal 302 140 255
Decimal 194 96 173
Hex C2 60 AD

RGB Percentages of Color #c260ad

%41.90
%20.73
%37.37

CMYK Percentages of Color #c260ad

%0
%51
%11
%24

Triadic Colors of #c260ad

#c260ad #adc260 #60adc2

Analogous Colors of #c260ad

#c260ad #c2607c #a660c2

Monochromatic Colors of #c260ad

#c260ad

Complementary Color

#c260ad #60c275

#c260ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c260ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c260ad Color CSS Codes

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

#c260ad Text Font Color

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

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


#c260ad Background Color

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

This div background color is #c260ad


#c260ad Border Color

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

This div border color is #c260ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c260ad


Comments

No comments written yet.

Please login to write comment.