Color Hex Logo

#ebd2fe Color Hex

#EBD2FE
(235,210,254)
0 Favorites   0 Comments

Color spaces of #ebd2fe

RGB 235210254
HSL0.760.960.91
HSV274°17°100°
CMYK 0.070.170.00   0.00
XYZ75.196970.9111103.4898
Yxy70.91110.30130.2841
Hunter Lab84.208712.0321-13.9194
CIE-Lab87.441816.5721-18.2939

#ebd2fe color RGB value is (235,210,254).

#ebd2fe hex color red value is 235, green value is 210 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebd2fe hue: 0.76 , saturation: 0.96 and the lightness value of ebd2fe is 0.91.

The process color (four color CMYK) of #ebd2fe color hex is 0.07, 0.17, 0.00, 0.00. Web safe color of #ebd2fe is #ffccff. Color #ebd2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 11111110
Octal 353 322 376
Decimal 235 210 254
Hex EB D2 FE

RGB Percentages of Color #ebd2fe

%33.62
%30.04
%36.34

CMYK Percentages of Color #ebd2fe

%7
%17
%0
%0

Triadic Colors of #ebd2fe

#ebd2fe #feebd2 #d2feeb

Analogous Colors of #ebd2fe

#ebd2fe #fed2fb #d5d2fe

Monochromatic Colors of #ebd2fe

#ebd2fe

Complementary Color

#ebd2fe #e5fed2

#ebd2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2fe Color CSS Codes

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

#ebd2fe Text Font Color

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

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


#ebd2fe Background Color

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

This div background color is #ebd2fe


#ebd2fe Border Color

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

This div border color is #ebd2fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,210,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebd2fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebd2fe;
  -webkit-box-shadow: 1px 1px 3px 2px #ebd2fe;
  box-shadow:         1px 1px 3px 2px #ebd2fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,210,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2fe


Comments

No comments written yet.

Please login to write comment.