Color Hex Logo

#cfa9df Color Hex

#CFA9DF
(207,169,223)
0 Favorites   0 Comments

Color spaces of #cfa9df

RGB 207169223
HSL0.780.460.77
HSV282°24°87°
CMYK 0.070.240.00   0.13
XYZ53.239446.969076.0720
Yxy46.96900.30200.2664
Hunter Lab68.533918.7303-17.8376
CIE-Lab74.169923.4988-22.0019

#cfa9df color RGB value is (207,169,223).

#cfa9df hex color red value is 207, green value is 169 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cfa9df hue: 0.78 , saturation: 0.46 and the lightness value of cfa9df is 0.77.

The process color (four color CMYK) of #cfa9df color hex is 0.07, 0.24, 0.00, 0.13. Web safe color of #cfa9df is #cc99cc. Color #cfa9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101001 11011111
Octal 317 251 337
Decimal 207 169 223
Hex CF A9 DF

RGB Percentages of Color #cfa9df

%34.56
%28.21
%37.23

CMYK Percentages of Color #cfa9df

%7
%24
%0
%13

Triadic Colors of #cfa9df

#cfa9df #dfcfa9 #a9dfcf

Analogous Colors of #cfa9df

#cfa9df #dfa9d4 #b4a9df

Monochromatic Colors of #cfa9df

#cfa9df

Complementary Color

#cfa9df #b9dfa9

#cfa9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa9df Color CSS Codes

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

#cfa9df Text Font Color

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

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


#cfa9df Background Color

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

This div background color is #cfa9df


#cfa9df Border Color

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

This div border color is #cfa9df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,169,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfa9df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfa9df;
  -webkit-box-shadow: 1px 1px 3px 2px #cfa9df;
  box-shadow:         1px 1px 3px 2px #cfa9df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,169,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa9df


Comments

No comments written yet.

Please login to write comment.