Color Hex Logo

#e3bfda Color Hex

#E3BFDA
(227,191,218)
0 Favorites   0 Comments

Color spaces of #e3bfda

RGB 227191218
HSL0.880.390.82
HSV315°16°89°
CMYK 0.000.160.04   0.11
XYZ62.964258.654574.3325
Yxy58.65450.32130.2993
Hunter Lab76.586212.7252-3.9349
CIE-Lab81.101317.3280-8.6881

#e3bfda color RGB value is (227,191,218).

#e3bfda hex color red value is 227, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e3bfda hue: 0.88 , saturation: 0.39 and the lightness value of e3bfda is 0.82.

The process color (four color CMYK) of #e3bfda color hex is 0.00, 0.16, 0.04, 0.11. Web safe color of #e3bfda is #cccccc. Color #e3bfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111111 11011010
Octal 343 277 332
Decimal 227 191 218
Hex E3 BF DA

RGB Percentages of Color #e3bfda

%35.69
%30.03
%34.28

CMYK Percentages of Color #e3bfda

%0
%16
%4
%11

Triadic Colors of #e3bfda

#e3bfda #dae3bf #bfdae3

Analogous Colors of #e3bfda

#e3bfda #e3bfc8 #dabfe3

Monochromatic Colors of #e3bfda

#e3bfda

Complementary Color

#e3bfda #bfe3c8

#e3bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bfda Color CSS Codes

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

#e3bfda Text Font Color

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

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


#e3bfda Background Color

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

This div background color is #e3bfda


#e3bfda Border Color

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

This div border color is #e3bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bfda


Comments

No comments written yet.

Please login to write comment.