Color Hex Logo

#c66fad Color Hex

#C66FAD
(198,111,173)
0 Favorites   0 Comments

Color spaces of #c66fad

RGB 198111173
HSL0.880.430.61
HSV317°44°78°
CMYK 0.000.440.13   0.22
XYZ36.516026.391842.7047
Yxy26.39180.34580.2499
Hunter Lab51.373036.9755-13.3248
CIE-Lab58.407142.7635-18.1099

#c66fad color RGB value is (198,111,173).

#c66fad hex color red value is 198, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c66fad hue: 0.88 , saturation: 0.43 and the lightness value of c66fad is 0.61.

The process color (four color CMYK) of #c66fad color hex is 0.00, 0.44, 0.13, 0.22. Web safe color of #c66fad is #cc6699. Color #c66fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101111 10101101
Octal 306 157 255
Decimal 198 111 173
Hex C6 6F AD

RGB Percentages of Color #c66fad

%41.08
%23.03
%35.89

CMYK Percentages of Color #c66fad

%0
%44
%13
%22

Triadic Colors of #c66fad

#c66fad #adc66f #6fadc6

Analogous Colors of #c66fad

#c66fad #c66f82 #b46fc6

Monochromatic Colors of #c66fad

#c66fad

Complementary Color

#c66fad #6fc688

#c66fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66fad Color CSS Codes

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

#c66fad Text Font Color

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

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


#c66fad Background Color

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

This div background color is #c66fad


#c66fad Border Color

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

This div border color is #c66fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66fad

#c66fad Color Palettes


Comments

No comments written yet.

Please login to write comment.