Color Hex Logo

#c9afde Color Hex

#C9AFDE
(201,175,222)
0 Favorites   0 Comments

Color spaces of #c9afde

RGB 201175222
HSL0.760.420.78
HSV273°21°87°
CMYK 0.090.210.00   0.13
XYZ52.602248.351475.6676
Yxy48.35140.29780.2738
Hunter Lab69.535213.3457-15.8443
CIE-Lab75.046018.0716-20.1763

#c9afde color RGB value is (201,175,222).

#c9afde hex color red value is 201, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c9afde hue: 0.76 , saturation: 0.42 and the lightness value of c9afde is 0.78.

The process color (four color CMYK) of #c9afde color hex is 0.09, 0.21, 0.00, 0.13. Web safe color of #c9afde is #cc99cc. Color #c9afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101111 11011110
Octal 311 257 336
Decimal 201 175 222
Hex C9 AF DE

RGB Percentages of Color #c9afde

%33.61
%29.26
%37.12

CMYK Percentages of Color #c9afde

%9
%21
%0
%13

Triadic Colors of #c9afde

#c9afde #dec9af #afdec9

Analogous Colors of #c9afde

#c9afde #deafdc #b2afde

Monochromatic Colors of #c9afde

#c9afde

Complementary Color

#c9afde #c4deaf

#c9afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9afde Color CSS Codes

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

#c9afde Text Font Color

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

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


#c9afde Background Color

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

This div background color is #c9afde


#c9afde Border Color

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

This div border color is #c9afde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,175,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9afde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9afde;
  -webkit-box-shadow: 1px 1px 3px 2px #c9afde;
  box-shadow:         1px 1px 3px 2px #c9afde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,175,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9afde


Comments

No comments written yet.

Please login to write comment.