Color Hex Logo

#eb5dda Color Hex

#EB5DDA
(235,93,218)
0 Favorites   0 Comments

Color spaces of #eb5dda

RGB 23593218
HSL0.850.780.64
HSV307°60°92°
CMYK 0.000.600.07   0.08
XYZ50.830230.552869.5479
Yxy30.55280.33680.2024
Hunter Lab55.274667.4171-35.9080
CIE-Lab62.128369.0891-37.5376

#eb5dda color RGB value is (235,93,218).

#eb5dda hex color red value is 235, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eb5dda hue: 0.85 , saturation: 0.78 and the lightness value of eb5dda is 0.64.

The process color (four color CMYK) of #eb5dda color hex is 0.00, 0.60, 0.07, 0.08. Web safe color of #eb5dda is #ff66cc. Color #eb5dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 11011010
Octal 353 135 332
Decimal 235 93 218
Hex EB 5D DA

RGB Percentages of Color #eb5dda

%43.04
%17.03
%39.93

CMYK Percentages of Color #eb5dda

%0
%60
%7
%8

Triadic Colors of #eb5dda

#eb5dda #daeb5d #5ddaeb

Analogous Colors of #eb5dda

#eb5dda #eb5d93 #b55deb

Monochromatic Colors of #eb5dda

#eb5dda

Complementary Color

#eb5dda #5deb6e

#eb5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dda Color CSS Codes

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

#eb5dda Text Font Color

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

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


#eb5dda Background Color

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

This div background color is #eb5dda


#eb5dda Border Color

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

This div border color is #eb5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dda


Comments

No comments written yet.

Please login to write comment.