Color Hex Logo

#cea0df Color Hex

#CEA0DF
(206,160,223)
0 Favorites   0 Comments

Color spaces of #cea0df

RGB 206160223
HSL0.790.500.75
HSV284°28°87°
CMYK 0.080.280.00   0.13
XYZ51.343743.591175.5199
Yxy43.59110.30120.2557
Hunter Lab66.023623.2706-21.6013
CIE-Lab71.954328.0976-25.3915

#cea0df color RGB value is (206,160,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 11011111
Octal 316 240 337
Decimal 206 160 223
Hex CE A0 DF

RGB Percentages of Color #cea0df

%34.97
%27.16
%37.86

CMYK Percentages of Color #cea0df

%8
%28
%0
%13

Triadic Colors of #cea0df

#cea0df #dfcea0 #a0dfce

Analogous Colors of #cea0df

#cea0df #dfa0d1 #afa0df

Monochromatic Colors of #cea0df

#cea0df

Complementary Color

#cea0df #b1dfa0

#cea0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea0df Color CSS Codes

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

#cea0df Text Font Color

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

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


#cea0df Background Color

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

This div background color is #cea0df


#cea0df Border Color

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

This div border color is #cea0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea0df


Comments

No comments written yet.

Please login to write comment.