Color Hex Logo

#ceaae1 Color Hex

#CEAAE1
(206,170,225)
0 Favorites   0 Comments

Color spaces of #ceaae1

RGB 206170225
HSL0.780.480.77
HSV279°24°88°
CMYK 0.080.240.00   0.12
XYZ53.418947.307577.5499
Yxy47.30750.29960.2654
Hunter Lab68.780418.2677-18.7031
CIE-Lab74.386023.0300-22.7712

#ceaae1 color RGB value is (206,170,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11100001
Octal 316 252 341
Decimal 206 170 225
Hex CE AA E1

RGB Percentages of Color #ceaae1

%34.28
%28.29
%37.44

CMYK Percentages of Color #ceaae1

%8
%24
%0
%12

Triadic Colors of #ceaae1

#ceaae1 #e1ceaa #aae1ce

Analogous Colors of #ceaae1

#ceaae1 #e1aad9 #b3aae1

Monochromatic Colors of #ceaae1

#ceaae1

Complementary Color

#ceaae1 #bde1aa

#ceaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaae1 Color CSS Codes

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

#ceaae1 Text Font Color

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

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


#ceaae1 Background Color

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

This div background color is #ceaae1


#ceaae1 Border Color

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

This div border color is #ceaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaae1


Comments

No comments written yet.

Please login to write comment.