Color Hex Logo

#e3aefd Color Hex

#E3AEFD
(227,174,253)
0 Favorites   0 Comments

Color spaces of #e3aefd

RGB 227174253
HSL0.780.950.84
HSV280°31°99°
CMYK 0.100.310.00   0.01
XYZ64.544253.694899.8908
Yxy53.69480.29590.2462
Hunter Lab73.276728.9935-29.5304
CIE-Lab78.283433.0898-31.7777

#e3aefd color RGB value is (227,174,253).

#e3aefd hex color red value is 227, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e3aefd hue: 0.78 , saturation: 0.95 and the lightness value of e3aefd is 0.84.

The process color (four color CMYK) of #e3aefd color hex is 0.10, 0.31, 0.00, 0.01. Web safe color of #e3aefd is #cc99ff. Color #e3aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101110 11111101
Octal 343 256 375
Decimal 227 174 253
Hex E3 AE FD

RGB Percentages of Color #e3aefd

%34.71
%26.61
%38.69

CMYK Percentages of Color #e3aefd

%10
%31
%0
%1

Triadic Colors of #e3aefd

#e3aefd #fde3ae #aefde3

Analogous Colors of #e3aefd

#e3aefd #fdaef0 #bcaefd

Monochromatic Colors of #e3aefd

#e3aefd

Complementary Color

#e3aefd #c8fdae

#e3aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aefd Color CSS Codes

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

#e3aefd Text Font Color

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

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


#e3aefd Background Color

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

This div background color is #e3aefd


#e3aefd Border Color

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

This div border color is #e3aefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,174,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3aefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3aefd;
  -webkit-box-shadow: 1px 1px 3px 2px #e3aefd;
  box-shadow:         1px 1px 3px 2px #e3aefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,174,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.