Color Hex Logo

#cea7ea Color Hex

#CEA7EA
(206,167,234)
0 Favorites   0 Comments

Color spaces of #cea7ea

RGB 206167234
HSL0.760.610.79
HSV275°29°92°
CMYK 0.120.290.00   0.08
XYZ54.123646.699884.0032
Yxy46.69980.29280.2527
Hunter Lab68.337321.7831-25.0458
CIE-Lab73.997326.5119-28.2642

#cea7ea color RGB value is (206,167,234).

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

The process color (four color CMYK) of #cea7ea color hex is 0.12, 0.29, 0.00, 0.08. Web safe color of #cea7ea is #cc99ff. Color #cea7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 11101010
Octal 316 247 352
Decimal 206 167 234
Hex CE A7 EA

RGB Percentages of Color #cea7ea

%33.94
%27.51
%38.55

CMYK Percentages of Color #cea7ea

%12
%29
%0
%8

Triadic Colors of #cea7ea

#cea7ea #eacea7 #a7eace

Analogous Colors of #cea7ea

#cea7ea #eaa7e5 #ada7ea

Monochromatic Colors of #cea7ea

#cea7ea

Complementary Color

#cea7ea #c3eaa7

#cea7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea7ea Color CSS Codes

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

#cea7ea Text Font Color

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

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


#cea7ea Background Color

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

This div background color is #cea7ea


#cea7ea Border Color

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

This div border color is #cea7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea7ea


Comments

No comments written yet.

Please login to write comment.