Color Hex Logo

#e4bbfc Color Hex

#E4BBFC
(228,187,252)
0 Favorites   0 Comments

Color spaces of #e4bbfc

RGB 228187252
HSL0.770.920.86
HSV278°26°99°
CMYK 0.100.260.00   0.01
XYZ67.335959.062999.9468
Yxy59.06290.29750.2609
Hunter Lab76.852421.9050-23.3102
CIE-Lab81.326226.2216-26.5679

#e4bbfc color RGB value is (228,187,252).

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

The process color (four color CMYK) of #e4bbfc color hex is 0.10, 0.26, 0.00, 0.01. Web safe color of #e4bbfc is #ccccff. Color #e4bbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111011 11111100
Octal 344 273 374
Decimal 228 187 252
Hex E4 BB FC

RGB Percentages of Color #e4bbfc

%34.18
%28.04
%37.78

CMYK Percentages of Color #e4bbfc

%10
%26
%0
%1

Triadic Colors of #e4bbfc

#e4bbfc #fce4bb #bbfce4

Analogous Colors of #e4bbfc

#e4bbfc #fcbbf4 #c4bbfc

Monochromatic Colors of #e4bbfc

#e4bbfc

Complementary Color

#e4bbfc #d3fcbb

#e4bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bbfc Color CSS Codes

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

#e4bbfc Text Font Color

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

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


#e4bbfc Background Color

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

This div background color is #e4bbfc


#e4bbfc Border Color

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

This div border color is #e4bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bbfc


Comments

No comments written yet.

Please login to write comment.