Color Hex Logo

#cea7de Color Hex

#CEA7DE
(206,167,222)
0 Favorites   0 Comments

Color spaces of #cea7de

RGB 206167222
HSL0.780.450.76
HSV283°25°87°
CMYK 0.070.250.00   0.13
XYZ52.457146.033275.2277
Yxy46.03320.30200.2650
Hunter Lab67.847819.2752-18.2456
CIE-Lab73.567124.0686-22.3823

#cea7de color RGB value is (206,167,222).

#cea7de hex color red value is 206, green value is 167 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cea7de hue: 0.78 , saturation: 0.45 and the lightness value of cea7de is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 11011110
Octal 316 247 336
Decimal 206 167 222
Hex CE A7 DE

RGB Percentages of Color #cea7de

%34.62
%28.07
%37.31

CMYK Percentages of Color #cea7de

%7
%25
%0
%13

Triadic Colors of #cea7de

#cea7de #decea7 #a7dece

Analogous Colors of #cea7de

#cea7de #dea7d3 #b3a7de

Monochromatic Colors of #cea7de

#cea7de

Complementary Color

#cea7de #b7dea7

#cea7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea7de Color CSS Codes

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

#cea7de Text Font Color

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

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


#cea7de Background Color

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

This div background color is #cea7de


#cea7de Border Color

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

This div border color is #cea7de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,167,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea7de

#cea7de Color Palettes


Comments

No comments written yet.

Please login to write comment.