Color Hex Logo

#e3cafa Color Hex

#E3CAFA
(227,202,250)
0 Favorites   0 Comments

Color spaces of #e3cafa

RGB 227202250
HSL0.750.830.89
HSV271°19°98°
CMYK 0.090.190.00   0.02
XYZ70.054465.474199.3880
Yxy65.47410.29820.2787
Hunter Lab80.916112.9362-16.1838
CIE-Lab84.727417.4803-20.3407

#e3cafa color RGB value is (227,202,250).

#e3cafa hex color red value is 227, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e3cafa hue: 0.75 , saturation: 0.83 and the lightness value of e3cafa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001010 11111010
Octal 343 312 372
Decimal 227 202 250
Hex E3 CA FA

RGB Percentages of Color #e3cafa

%33.43
%29.75
%36.82

CMYK Percentages of Color #e3cafa

%9
%19
%0
%2

Triadic Colors of #e3cafa

#e3cafa #fae3ca #cafae3

Analogous Colors of #e3cafa

#e3cafa #facaf9 #cbcafa

Monochromatic Colors of #e3cafa

#e3cafa

Complementary Color

#e3cafa #e1faca

#e3cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cafa Color CSS Codes

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

#e3cafa Text Font Color

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

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


#e3cafa Background Color

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

This div background color is #e3cafa


#e3cafa Border Color

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

This div border color is #e3cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cafa


Comments

No comments written yet.

Please login to write comment.