Color Hex Logo

#c566ad Color Hex

#C566AD
(197,102,173)
0 Favorites   0 Comments

Color spaces of #c566ad

RGB 197102173
HSL0.880.450.59
HSV315°48°77°
CMYK 0.000.480.12   0.23
XYZ35.320224.390242.3814
Yxy24.39020.34600.2389
Hunter Lab49.386441.2334-16.3097
CIE-Lab56.476447.0737-21.0684

#c566ad color RGB value is (197,102,173).

#c566ad hex color red value is 197, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c566ad hue: 0.88 , saturation: 0.45 and the lightness value of c566ad is 0.59.

The process color (four color CMYK) of #c566ad color hex is 0.00, 0.48, 0.12, 0.23. Web safe color of #c566ad is #cc6699. Color #c566ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 10101101
Octal 305 146 255
Decimal 197 102 173
Hex C5 66 AD

RGB Percentages of Color #c566ad

%41.74
%21.61
%36.65

CMYK Percentages of Color #c566ad

%0
%48
%12
%23

Triadic Colors of #c566ad

#c566ad #adc566 #66adc5

Analogous Colors of #c566ad

#c566ad #c5667e #ae66c5

Monochromatic Colors of #c566ad

#c566ad

Complementary Color

#c566ad #66c57e

#c566ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c566ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c566ad Color CSS Codes

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

#c566ad Text Font Color

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

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


#c566ad Background Color

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

This div background color is #c566ad


#c566ad Border Color

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

This div border color is #c566ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c566ad


Comments

No comments written yet.

Please login to write comment.