Color Hex Logo

#e2cbfd Color Hex

#E2CBFD
(226,203,253)
0 Favorites   0 Comments

Color spaces of #e2cbfd

RGB 226203253
HSL0.740.930.89
HSV268°20°99°
CMYK 0.110.200.00   0.01
XYZ70.449665.9725101.9494
Yxy65.97250.29550.2768
Hunter Lab81.223512.6819-17.5627
CIE-Lab84.982417.2291-21.5537

#e2cbfd color RGB value is (226,203,253).

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

The process color (four color CMYK) of #e2cbfd color hex is 0.11, 0.20, 0.00, 0.01. Web safe color of #e2cbfd is #ccccff. Color #e2cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 11111101
Octal 342 313 375
Decimal 226 203 253
Hex E2 CB FD

RGB Percentages of Color #e2cbfd

%33.14
%29.77
%37.10

CMYK Percentages of Color #e2cbfd

%11
%20
%0
%1

Triadic Colors of #e2cbfd

#e2cbfd #fde2cb #cbfde2

Analogous Colors of #e2cbfd

#e2cbfd #fbcbfd #cbcdfd

Monochromatic Colors of #e2cbfd

#e2cbfd

Complementary Color

#e2cbfd #e6fdcb

#e2cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cbfd Color CSS Codes

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

#e2cbfd Text Font Color

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

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


#e2cbfd Background Color

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

This div background color is #e2cbfd


#e2cbfd Border Color

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

This div border color is #e2cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cbfd


Comments

No comments written yet.

Please login to write comment.