Color Hex Logo

#e1cbfa Color Hex

#E1CBFA
(225,203,250)
0 Favorites   0 Comments

Color spaces of #e1cbfa

RGB 225203250
HSL0.740.820.89
HSV268°19°98°
CMYK 0.100.190.00   0.02
XYZ69.662665.621699.4371
Yxy65.62160.29680.2796
Hunter Lab81.007211.7396-16.0741
CIE-Lab84.803016.3109-20.2423

#e1cbfa color RGB value is (225,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 11111010
Octal 341 313 372
Decimal 225 203 250
Hex E1 CB FA

RGB Percentages of Color #e1cbfa

%33.19
%29.94
%36.87

CMYK Percentages of Color #e1cbfa

%10
%19
%0
%2

Triadic Colors of #e1cbfa

#e1cbfa #fae1cb #cbfae1

Analogous Colors of #e1cbfa

#e1cbfa #f9cbfa #cbcdfa

Monochromatic Colors of #e1cbfa

#e1cbfa

Complementary Color

#e1cbfa #e4facb

#e1cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbfa Color CSS Codes

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

#e1cbfa Text Font Color

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

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


#e1cbfa Background Color

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

This div background color is #e1cbfa


#e1cbfa Border Color

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

This div border color is #e1cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbfa


Comments

No comments written yet.

Please login to write comment.