Color Hex Logo

#eb73dd Color Hex

#EB73DD
(235,115,221)
0 Favorites   0 Comments

Color spaces of #eb73dd

RGB 235115221
HSL0.850.750.69
HSV307°51°92°
CMYK 0.000.510.06   0.08
XYZ53.442835.144172.3734
Yxy35.14410.33200.2183
Hunter Lab59.282557.1724-30.8849
CIE-Lab65.860759.8387-33.4041

#eb73dd color RGB value is (235,115,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 11011101
Octal 353 163 335
Decimal 235 115 221
Hex EB 73 DD

RGB Percentages of Color #eb73dd

%41.16
%20.14
%38.70

CMYK Percentages of Color #eb73dd

%0
%51
%6
%8

Triadic Colors of #eb73dd

#eb73dd #ddeb73 #73ddeb

Analogous Colors of #eb73dd

#eb73dd #eb73a1 #bd73eb

Monochromatic Colors of #eb73dd

#eb73dd

Complementary Color

#eb73dd #73eb81

#eb73dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb73dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb73dd Color CSS Codes

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

#eb73dd Text Font Color

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

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


#eb73dd Background Color

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

This div background color is #eb73dd


#eb73dd Border Color

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

This div border color is #eb73dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb73dd


Comments

No comments written yet.

Please login to write comment.