Color Hex Logo

#e0bbfb Color Hex

#E0BBFB
(224,187,251)
0 Favorites   0 Comments

Color spaces of #e0bbfb

RGB 224187251
HSL0.760.890.86
HSV275°25°98°
CMYK 0.110.250.00   0.02
XYZ65.923458.353099.0555
Yxy58.35300.29520.2613
Hunter Lab76.389120.3635-23.4103
CIE-Lab80.934724.7704-26.6634

#e0bbfb color RGB value is (224,187,251).

#e0bbfb hex color red value is 224, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e0bbfb hue: 0.76 , saturation: 0.89 and the lightness value of e0bbfb is 0.86.

The process color (four color CMYK) of #e0bbfb color hex is 0.11, 0.25, 0.00, 0.02. Web safe color of #e0bbfb is #ccccff. Color #e0bbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 11111011
Octal 340 273 373
Decimal 224 187 251
Hex E0 BB FB

RGB Percentages of Color #e0bbfb

%33.84
%28.25
%37.92

CMYK Percentages of Color #e0bbfb

%11
%25
%0
%2

Triadic Colors of #e0bbfb

#e0bbfb #fbe0bb #bbfbe0

Analogous Colors of #e0bbfb

#e0bbfb #fbbbf6 #c0bbfb

Monochromatic Colors of #e0bbfb

#e0bbfb

Complementary Color

#e0bbfb #d6fbbb

#e0bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbfb Color CSS Codes

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

#e0bbfb Text Font Color

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

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


#e0bbfb Background Color

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

This div background color is #e0bbfb


#e0bbfb Border Color

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

This div border color is #e0bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.