Color Hex Logo

#e5afec Color Hex

#E5AFEC
(229,175,236)
0 Favorites   0 Comments

Color spaces of #e5afec

RGB 229175236
HSL0.810.620.81
HSV293°26°93°
CMYK 0.030.260.00   0.07
XYZ62.783453.374186.3501
Yxy53.37410.31000.2636
Hunter Lab73.057625.5466-18.9373
CIE-Lab78.095429.8671-22.8913

#e5afec color RGB value is (229,175,236).

#e5afec hex color red value is 229, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e5afec hue: 0.81 , saturation: 0.62 and the lightness value of e5afec is 0.81.

The process color (four color CMYK) of #e5afec color hex is 0.03, 0.26, 0.00, 0.07. Web safe color of #e5afec is #cc99ff. Color #e5afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101111 11101100
Octal 345 257 354
Decimal 229 175 236
Hex E5 AF EC

RGB Percentages of Color #e5afec

%35.78
%27.34
%36.88

CMYK Percentages of Color #e5afec

%3
%26
%0
%7

Triadic Colors of #e5afec

#e5afec #ece5af #afece5

Analogous Colors of #e5afec

#e5afec #ecafd5 #c7afec

Monochromatic Colors of #e5afec

#e5afec

Complementary Color

#e5afec #b6ecaf

#e5afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5afec Color CSS Codes

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

#e5afec Text Font Color

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

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


#e5afec Background Color

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

This div background color is #e5afec


#e5afec Border Color

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

This div border color is #e5afec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,175,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5afec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5afec;
  -webkit-box-shadow: 1px 1px 3px 2px #e5afec;
  box-shadow:         1px 1px 3px 2px #e5afec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,175,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5afec

#e5afec Color Palettes


Comments

No comments written yet.

Please login to write comment.