Color Hex Logo

#e5bcfc Color Hex

#E5BCFC
(229,188,252)
0 Favorites   0 Comments

Color spaces of #e5bcfc

RGB 229188252
HSL0.770.910.86
HSV278°25°99°
CMYK 0.090.250.00   0.01
XYZ67.867059.6527100.0326
Yxy59.65270.29820.2621
Hunter Lab77.235221.6875-22.7260
CIE-Lab81.649125.9986-26.0668

#e5bcfc color RGB value is (229,188,252).

#e5bcfc hex color red value is 229, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e5bcfc hue: 0.77 , saturation: 0.91 and the lightness value of e5bcfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 11111100
Octal 345 274 374
Decimal 229 188 252
Hex E5 BC FC

RGB Percentages of Color #e5bcfc

%34.23
%28.10
%37.67

CMYK Percentages of Color #e5bcfc

%9
%25
%0
%1

Triadic Colors of #e5bcfc

#e5bcfc #fce5bc #bcfce5

Analogous Colors of #e5bcfc

#e5bcfc #fcbcf3 #c5bcfc

Monochromatic Colors of #e5bcfc

#e5bcfc

Complementary Color

#e5bcfc #d3fcbc

#e5bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bcfc Color CSS Codes

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

#e5bcfc Text Font Color

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

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


#e5bcfc Background Color

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

This div background color is #e5bcfc


#e5bcfc Border Color

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

This div border color is #e5bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.