Color Hex Logo

#ebd3fb Color Hex

#EBD3FB
(235,211,251)
0 Favorites   0 Comments

Color spaces of #ebd3fb

RGB 235211251
HSL0.770.830.91
HSV276°16°98°
CMYK 0.060.160.00   0.02
XYZ74.967871.2157101.0616
Yxy71.21570.30320.2880
Hunter Lab84.389410.8901-11.9309
CIE-Lab87.589715.4645-16.4887

#ebd3fb color RGB value is (235,211,251).

#ebd3fb hex color red value is 235, green value is 211 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebd3fb hue: 0.77 , saturation: 0.83 and the lightness value of ebd3fb is 0.91.

The process color (four color CMYK) of #ebd3fb color hex is 0.06, 0.16, 0.00, 0.02. Web safe color of #ebd3fb is #ffccff. Color #ebd3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 11111011
Octal 353 323 373
Decimal 235 211 251
Hex EB D3 FB

RGB Percentages of Color #ebd3fb

%33.72
%30.27
%36.01

CMYK Percentages of Color #ebd3fb

%6
%16
%0
%2

Triadic Colors of #ebd3fb

#ebd3fb #fbebd3 #d3fbeb

Analogous Colors of #ebd3fb

#ebd3fb #fbd3f7 #d7d3fb

Monochromatic Colors of #ebd3fb

#ebd3fb

Complementary Color

#ebd3fb #e3fbd3

#ebd3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd3fb Color CSS Codes

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

#ebd3fb Text Font Color

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

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


#ebd3fb Background Color

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

This div background color is #ebd3fb


#ebd3fb Border Color

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

This div border color is #ebd3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.