Color Hex Logo

#ebd7fb Color Hex

#EBD7FB
(235,215,251)
0 Favorites   0 Comments

Color spaces of #ebd7fb

RGB 235215251
HSL0.760.820.91
HSV273°14°98°
CMYK 0.060.140.00   0.02
XYZ75.974073.2281101.3970
Yxy73.22810.30320.2922
Hunter Lab85.57348.7228-10.3521
CIE-Lab88.556413.3553-15.0376

#ebd7fb color RGB value is (235,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 11111011
Octal 353 327 373
Decimal 235 215 251
Hex EB D7 FB

RGB Percentages of Color #ebd7fb

%33.52
%30.67
%35.81

CMYK Percentages of Color #ebd7fb

%6
%14
%0
%2

Triadic Colors of #ebd7fb

#ebd7fb #fbebd7 #d7fbeb

Analogous Colors of #ebd7fb

#ebd7fb #fbd7f9 #d9d7fb

Monochromatic Colors of #ebd7fb

#ebd7fb

Complementary Color

#ebd7fb #e7fbd7

#ebd7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd7fb Color CSS Codes

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

#ebd7fb Text Font Color

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

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


#ebd7fb Background Color

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

This div background color is #ebd7fb


#ebd7fb Border Color

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

This div border color is #ebd7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd7fb


Comments

No comments written yet.

Please login to write comment.