Color Hex Logo

#e4befd Color Hex

#E4BEFD
(228,190,253)
0 Favorites   0 Comments

Color spaces of #e4befd

RGB 228190253
HSL0.770.940.87
HSV276°25°99°
CMYK 0.100.250.00   0.01
XYZ68.138060.4127100.9981
Yxy60.41270.29680.2632
Hunter Lab77.725620.4619-22.6346
CIE-Lab82.062024.8127-25.9784

#e4befd color RGB value is (228,190,253).

#e4befd hex color red value is 228, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e4befd hue: 0.77 , saturation: 0.94 and the lightness value of e4befd is 0.87.

The process color (four color CMYK) of #e4befd color hex is 0.10, 0.25, 0.00, 0.01. Web safe color of #e4befd is #ccccff. Color #e4befd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111110 11111101
Octal 344 276 375
Decimal 228 190 253
Hex E4 BE FD

RGB Percentages of Color #e4befd

%33.98
%28.32
%37.70

CMYK Percentages of Color #e4befd

%10
%25
%0
%1

Triadic Colors of #e4befd

#e4befd #fde4be #befde4

Analogous Colors of #e4befd

#e4befd #fdbef7 #c5befd

Monochromatic Colors of #e4befd

#e4befd

Complementary Color

#e4befd #d7fdbe

#e4befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4befd Color CSS Codes

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

#e4befd Text Font Color

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

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


#e4befd Background Color

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

This div background color is #e4befd


#e4befd Border Color

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

This div border color is #e4befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4befd


Comments

No comments written yet.

Please login to write comment.