Color Hex Logo

#ebb5ed Color Hex

#EBB5ED
(235,181,237)
0 Favorites   0 Comments

Color spaces of #ebb5ed

RGB 235181237
HSL0.830.610.82
HSV298°24°93°
CMYK 0.010.240.00   0.07
XYZ66.070956.824387.6066
Yxy56.82430.31390.2699
Hunter Lab75.381924.5338-16.1378
CIE-Lab80.080728.7812-20.3619

#ebb5ed color RGB value is (235,181,237).

#ebb5ed hex color red value is 235, green value is 181 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebb5ed hue: 0.83 , saturation: 0.61 and the lightness value of ebb5ed is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 11101101
Octal 353 265 355
Decimal 235 181 237
Hex EB B5 ED

RGB Percentages of Color #ebb5ed

%35.99
%27.72
%36.29

CMYK Percentages of Color #ebb5ed

%1
%24
%0
%7

Triadic Colors of #ebb5ed

#ebb5ed #edebb5 #b5edeb

Analogous Colors of #ebb5ed

#ebb5ed #edb5d3 #cfb5ed

Monochromatic Colors of #ebb5ed

#ebb5ed

Complementary Color

#ebb5ed #b7edb5

#ebb5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb5ed Color CSS Codes

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

#ebb5ed Text Font Color

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

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


#ebb5ed Background Color

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

This div background color is #ebb5ed


#ebb5ed Border Color

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

This div border color is #ebb5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb5ed


Comments

No comments written yet.

Please login to write comment.