Color Hex Logo

#cea4df Color Hex

#CEA4DF
(206,164,223)
0 Favorites   0 Comments

Color spaces of #cea4df

RGB 206164223
HSL0.790.480.76
HSV283°26°87°
CMYK 0.080.260.00   0.13
XYZ52.048345.000475.7547
Yxy45.00040.30120.2604
Hunter Lab67.082321.1017-19.9973
CIE-Lab72.892225.9095-23.9578

#cea4df color RGB value is (206,164,223).

#cea4df hex color red value is 206, green value is 164 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cea4df hue: 0.79 , saturation: 0.48 and the lightness value of cea4df is 0.76.

The process color (four color CMYK) of #cea4df color hex is 0.08, 0.26, 0.00, 0.13. Web safe color of #cea4df is #cc99cc. Color #cea4df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 11011111
Octal 316 244 337
Decimal 206 164 223
Hex CE A4 DF

RGB Percentages of Color #cea4df

%34.74
%27.66
%37.61

CMYK Percentages of Color #cea4df

%8
%26
%0
%13

Triadic Colors of #cea4df

#cea4df #dfcea4 #a4dfce

Analogous Colors of #cea4df

#cea4df #dfa4d3 #b1a4df

Monochromatic Colors of #cea4df

#cea4df

Complementary Color

#cea4df #b5dfa4

#cea4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea4df Color CSS Codes

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

#cea4df Text Font Color

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

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


#cea4df Background Color

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

This div background color is #cea4df


#cea4df Border Color

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

This div border color is #cea4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea4df


Comments

No comments written yet.

Please login to write comment.