Color Hex Logo

#e0cbfa Color Hex

#E0CBFA
(224,203,250)
0 Favorites   0 Comments

Color spaces of #e0cbfa

RGB 224203250
HSL0.740.820.89
HSV267°19°98°
CMYK 0.100.190.00   0.02
XYZ69.351765.461399.4225
Yxy65.46130.29610.2795
Hunter Lab80.908211.4148-16.2217
CIE-Lab84.720915.9934-20.3745

#e0cbfa color RGB value is (224,203,250).

#e0cbfa hex color red value is 224, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e0cbfa hue: 0.74 , saturation: 0.82 and the lightness value of e0cbfa is 0.89.

The process color (four color CMYK) of #e0cbfa color hex is 0.10, 0.19, 0.00, 0.02. Web safe color of #e0cbfa is #ccccff. Color #e0cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001011 11111010
Octal 340 313 372
Decimal 224 203 250
Hex E0 CB FA

RGB Percentages of Color #e0cbfa

%33.09
%29.99
%36.93

CMYK Percentages of Color #e0cbfa

%10
%19
%0
%2

Triadic Colors of #e0cbfa

#e0cbfa #fae0cb #cbfae0

Analogous Colors of #e0cbfa

#e0cbfa #f8cbfa #cbcefa

Monochromatic Colors of #e0cbfa

#e0cbfa

Complementary Color

#e0cbfa #e5facb

#e0cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cbfa Color CSS Codes

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

#e0cbfa Text Font Color

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

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


#e0cbfa Background Color

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

This div background color is #e0cbfa


#e0cbfa Border Color

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

This div border color is #e0cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.