Color Hex Logo

#e3affd Color Hex

#E3AFFD
(227,175,253)
0 Favorites   0 Comments

Color spaces of #e3affd

RGB 227175253
HSL0.780.950.84
HSV280°31°99°
CMYK 0.100.310.00   0.01
XYZ64.738154.082799.9554
Yxy54.08270.29590.2472
Hunter Lab73.540928.4369-29.1071
CIE-Lab78.509932.5531-31.4291

#e3affd color RGB value is (227,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101111 11111101
Octal 343 257 375
Decimal 227 175 253
Hex E3 AF FD

RGB Percentages of Color #e3affd

%34.66
%26.72
%38.63

CMYK Percentages of Color #e3affd

%10
%31
%0
%1

Triadic Colors of #e3affd

#e3affd #fde3af #affde3

Analogous Colors of #e3affd

#e3affd #fdaff0 #bcaffd

Monochromatic Colors of #e3affd

#e3affd

Complementary Color

#e3affd #c9fdaf

#e3affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3affd Color CSS Codes

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

#e3affd Text Font Color

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

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


#e3affd Background Color

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

This div background color is #e3affd


#e3affd Border Color

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

This div border color is #e3affd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3affd

Related Colors


Comments

No comments written yet.

Please login to write comment.