Color Hex Logo

#e7bdfd Color Hex

#E7BDFD
(231,189,253)
0 Favorites   0 Comments

Color spaces of #e7bdfd

RGB 231189253
HSL0.780.940.87
HSV279°25°99°
CMYK 0.090.250.00   0.01
XYZ68.882260.4760100.9710
Yxy60.47600.29910.2626
Hunter Lab77.766322.0169-22.5451
CIE-Lab82.096226.2884-25.9019

#e7bdfd color RGB value is (231,189,253).

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

The process color (four color CMYK) of #e7bdfd color hex is 0.09, 0.25, 0.00, 0.01. Web safe color of #e7bdfd is #ffccff. Color #e7bdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111101 11111101
Octal 347 275 375
Decimal 231 189 253
Hex E7 BD FD

RGB Percentages of Color #e7bdfd

%34.32
%28.08
%37.59

CMYK Percentages of Color #e7bdfd

%9
%25
%0
%1

Triadic Colors of #e7bdfd

#e7bdfd #fde7bd #bdfde7

Analogous Colors of #e7bdfd

#e7bdfd #fdbdf3 #c7bdfd

Monochromatic Colors of #e7bdfd

#e7bdfd

Complementary Color

#e7bdfd #d3fdbd

#e7bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bdfd Color CSS Codes

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

#e7bdfd Text Font Color

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

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


#e7bdfd Background Color

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

This div background color is #e7bdfd


#e7bdfd Border Color

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

This div border color is #e7bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bdfd


Comments

No comments written yet.

Please login to write comment.