Color Hex Logo

#eb7bdd Color Hex

#EB7BDD
(235,123,221)
0 Favorites   0 Comments

Color spaces of #eb7bdd

RGB 235123221
HSL0.850.740.70
HSV308°48°92°
CMYK 0.000.480.06   0.08
XYZ54.395137.048572.6908
Yxy37.04850.33140.2257
Hunter Lab60.867553.0010-28.1997
CIE-Lab67.313456.0138-31.1542

#eb7bdd color RGB value is (235,123,221).

#eb7bdd hex color red value is 235, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eb7bdd hue: 0.85 , saturation: 0.74 and the lightness value of eb7bdd is 0.70.

The process color (four color CMYK) of #eb7bdd color hex is 0.00, 0.48, 0.06, 0.08. Web safe color of #eb7bdd is #ff66cc. Color #eb7bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111011 11011101
Octal 353 173 335
Decimal 235 123 221
Hex EB 7B DD

RGB Percentages of Color #eb7bdd

%40.59
%21.24
%38.17

CMYK Percentages of Color #eb7bdd

%0
%48
%6
%8

Triadic Colors of #eb7bdd

#eb7bdd #ddeb7b #7bddeb

Analogous Colors of #eb7bdd

#eb7bdd #eb7ba5 #c17beb

Monochromatic Colors of #eb7bdd

#eb7bdd

Complementary Color

#eb7bdd #7beb89

#eb7bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7bdd Color CSS Codes

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

#eb7bdd Text Font Color

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

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


#eb7bdd Background Color

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

This div background color is #eb7bdd


#eb7bdd Border Color

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

This div border color is #eb7bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7bdd


Comments

No comments written yet.

Please login to write comment.