Color Hex Logo

#e0bfdf Color Hex

#E0BFDF
(224,191,223)
0 Favorites   0 Comments

Color spaces of #e0bfdf

RGB 224191223
HSL0.840.350.81
HSV302°15°88°
CMYK 0.000.150.00   0.12
XYZ62.690658.436677.7873
Yxy58.43660.31520.2938
Hunter Lab76.443812.6088-6.8213
CIE-Lab80.980917.2147-11.5827

#e0bfdf color RGB value is (224,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11011111
Octal 340 277 337
Decimal 224 191 223
Hex E0 BF DF

RGB Percentages of Color #e0bfdf

%35.11
%29.94
%34.95

CMYK Percentages of Color #e0bfdf

%0
%15
%0
%12

Triadic Colors of #e0bfdf

#e0bfdf #dfe0bf #bfdfe0

Analogous Colors of #e0bfdf

#e0bfdf #e0bfcf #d1bfe0

Monochromatic Colors of #e0bfdf

#e0bfdf

Complementary Color

#e0bfdf #bfe0c0

#e0bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfdf Color CSS Codes

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

#e0bfdf Text Font Color

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

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


#e0bfdf Background Color

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

This div background color is #e0bfdf


#e0bfdf Border Color

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

This div border color is #e0bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfdf


Comments

No comments written yet.

Please login to write comment.