Color Hex Logo

#cfaae1 Color Hex

#CFAAE1
(207,170,225)
0 Favorites   0 Comments

Color spaces of #cfaae1

RGB 207170225
HSL0.780.480.77
HSV280°24°88°
CMYK 0.080.240.00   0.12
XYZ53.697547.451177.5630
Yxy47.45110.30050.2655
Hunter Lab68.884818.5972-18.5401
CIE-Lab74.477423.3523-22.6237

#cfaae1 color RGB value is (207,170,225).

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

The process color (four color CMYK) of #cfaae1 color hex is 0.08, 0.24, 0.00, 0.12. Web safe color of #cfaae1 is #cc99cc. Color #cfaae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11100001
Octal 317 252 341
Decimal 207 170 225
Hex CF AA E1

RGB Percentages of Color #cfaae1

%34.39
%28.24
%37.38

CMYK Percentages of Color #cfaae1

%8
%24
%0
%12

Triadic Colors of #cfaae1

#cfaae1 #e1cfaa #aae1cf

Analogous Colors of #cfaae1

#cfaae1 #e1aad8 #b4aae1

Monochromatic Colors of #cfaae1

#cfaae1

Complementary Color

#cfaae1 #bce1aa

#cfaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaae1 Color CSS Codes

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

#cfaae1 Text Font Color

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

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


#cfaae1 Background Color

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

This div background color is #cfaae1


#cfaae1 Border Color

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

This div border color is #cfaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaae1


Comments

No comments written yet.

Please login to write comment.