Color Hex Logo

#e0bfda Color Hex

#E0BFDA
(224,191,218)
0 Favorites   0 Comments

Color spaces of #e0bfda

RGB 224191218
HSL0.860.350.81
HSV311°15°88°
CMYK 0.000.150.03   0.12
XYZ62.026258.170974.2886
Yxy58.17090.31890.2991
Hunter Lab76.269811.6923-4.3609
CIE-Lab80.833716.3062-9.1148

#e0bfda color RGB value is (224,191,218).

#e0bfda hex color red value is 224, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e0bfda hue: 0.86 , saturation: 0.35 and the lightness value of e0bfda is 0.81.

The process color (four color CMYK) of #e0bfda color hex is 0.00, 0.15, 0.03, 0.12. Web safe color of #e0bfda is #cccccc. Color #e0bfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11011010
Octal 340 277 332
Decimal 224 191 218
Hex E0 BF DA

RGB Percentages of Color #e0bfda

%35.39
%30.17
%34.44

CMYK Percentages of Color #e0bfda

%0
%15
%3
%12

Triadic Colors of #e0bfda

#e0bfda #dae0bf #bfdae0

Analogous Colors of #e0bfda

#e0bfda #e0bfca #d6bfe0

Monochromatic Colors of #e0bfda

#e0bfda

Complementary Color

#e0bfda #bfe0c5

#e0bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfda Color CSS Codes

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

#e0bfda Text Font Color

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

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


#e0bfda Background Color

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

This div background color is #e0bfda


#e0bfda Border Color

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

This div border color is #e0bfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfda


Comments

No comments written yet.

Please login to write comment.