Color Hex Logo

#e2cbfa Color Hex

#E2CBFA
(226,203,250)
0 Favorites   0 Comments

Color spaces of #e2cbfa

RGB 226203250
HSL0.750.820.89
HSV269°19°98°
CMYK 0.100.190.00   0.02
XYZ69.975365.782899.4517
Yxy65.78280.29750.2797
Hunter Lab81.106612.0656-15.9259
CIE-Lab84.885516.6290-20.1096

#e2cbfa color RGB value is (226,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 11111010
Octal 342 313 372
Decimal 226 203 250
Hex E2 CB FA

RGB Percentages of Color #e2cbfa

%33.28
%29.90
%36.82

CMYK Percentages of Color #e2cbfa

%10
%19
%0
%2

Triadic Colors of #e2cbfa

#e2cbfa #fae2cb #cbfae2

Analogous Colors of #e2cbfa

#e2cbfa #facbfa #cbccfa

Monochromatic Colors of #e2cbfa

#e2cbfa

Complementary Color

#e2cbfa #e3facb

#e2cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cbfa Color CSS Codes

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

#e2cbfa Text Font Color

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

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


#e2cbfa Background Color

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

This div background color is #e2cbfa


#e2cbfa Border Color

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

This div border color is #e2cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cbfa


Comments

No comments written yet.

Please login to write comment.