Color Hex Logo

#e0befd Color Hex

#E0BEFD
(224,190,253)
0 Favorites   0 Comments

Color spaces of #e0befd

RGB 224190253
HSL0.760.940.87
HSV272°25°99°
CMYK 0.110.250.00   0.01
XYZ66.883559.7661100.9394
Yxy59.76610.29390.2626
Hunter Lab77.308519.1394-23.2972
CIE-Lab81.710923.5628-26.5459

#e0befd color RGB value is (224,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11111101
Octal 340 276 375
Decimal 224 190 253
Hex E0 BE FD

RGB Percentages of Color #e0befd

%33.58
%28.49
%37.93

CMYK Percentages of Color #e0befd

%11
%25
%0
%1

Triadic Colors of #e0befd

#e0befd #fde0be #befde0

Analogous Colors of #e0befd

#e0befd #fdbefb #c1befd

Monochromatic Colors of #e0befd

#e0befd

Complementary Color

#e0befd #dbfdbe

#e0befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0befd Color CSS Codes

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

#e0befd Text Font Color

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

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


#e0befd Background Color

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

This div background color is #e0befd


#e0befd Border Color

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

This div border color is #e0befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0befd


Comments

No comments written yet.

Please login to write comment.