Color Hex Logo

#e7cfea Color Hex

#E7CFEA
(231,207,234)
0 Favorites   0 Comments

Color spaces of #e7cfea

RGB 231207234
HSL0.810.390.86
HSV293°12°92°
CMYK 0.010.120.00   0.08
XYZ70.119167.555187.1857
Yxy67.55510.31180.3004
Hunter Lab82.19198.4451-5.3580
CIE-Lab85.783513.0674-10.2311

#e7cfea color RGB value is (231,207,234).

#e7cfea hex color red value is 231, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e7cfea hue: 0.81 , saturation: 0.39 and the lightness value of e7cfea is 0.86.

The process color (four color CMYK) of #e7cfea color hex is 0.01, 0.12, 0.00, 0.08. Web safe color of #e7cfea is #ffccff. Color #e7cfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001111 11101010
Octal 347 317 352
Decimal 231 207 234
Hex E7 CF EA

RGB Percentages of Color #e7cfea

%34.38
%30.80
%34.82

CMYK Percentages of Color #e7cfea

%1
%12
%0
%8

Triadic Colors of #e7cfea

#e7cfea #eae7cf #cfeae7

Analogous Colors of #e7cfea

#e7cfea #eacfe0 #dacfea

Monochromatic Colors of #e7cfea

#e7cfea

Complementary Color

#e7cfea #d2eacf

#e7cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cfea Color CSS Codes

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

#e7cfea Text Font Color

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

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


#e7cfea Background Color

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

This div background color is #e7cfea


#e7cfea Border Color

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

This div border color is #e7cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cfea


Comments

No comments written yet.

Please login to write comment.