Color Hex Logo

#e0b7fc Color Hex

#E0B7FC
(224,183,252)
0 Favorites   0 Comments

Color spaces of #e0b7fc

RGB 224183252
HSL0.770.920.85
HSV276°27°99°
CMYK 0.110.270.00   0.01
XYZ65.244656.742599.6091
Yxy56.74250.29440.2561
Hunter Lab75.327622.7835-25.6725
CIE-Lab80.034527.1258-28.5757

#e0b7fc color RGB value is (224,183,252).

#e0b7fc hex color red value is 224, green value is 183 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e0b7fc hue: 0.77 , saturation: 0.92 and the lightness value of e0b7fc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10110111 11111100
Octal 340 267 374
Decimal 224 183 252
Hex E0 B7 FC

RGB Percentages of Color #e0b7fc

%33.99
%27.77
%38.24

CMYK Percentages of Color #e0b7fc

%11
%27
%0
%1

Triadic Colors of #e0b7fc

#e0b7fc #fce0b7 #b7fce0

Analogous Colors of #e0b7fc

#e0b7fc #fcb7f6 #beb7fc

Monochromatic Colors of #e0b7fc

#e0b7fc

Complementary Color

#e0b7fc #d3fcb7

#e0b7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b7fc Color CSS Codes

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

#e0b7fc Text Font Color

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

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


#e0b7fc Background Color

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

This div background color is #e0b7fc


#e0b7fc Border Color

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

This div border color is #e0b7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b7fc


Comments

No comments written yet.

Please login to write comment.