Color Hex Logo

#eb17de Color Hex

#EB17DE
(235,23,222)
0 Favorites   0 Comments

Color spaces of #eb17de

RGB 23523222
HSL0.840.840.51
HSV304°90°92°
CMYK 0.000.900.06   0.08
XYZ47.752223.548971.1358
Yxy23.54890.33530.1653
Hunter Lab48.527290.7266-52.9439
CIE-Lab55.633388.7217-50.0369

#eb17de color RGB value is (235,23,222).

#eb17de hex color red value is 235, green value is 23 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eb17de hue: 0.84 , saturation: 0.84 and the lightness value of eb17de is 0.51.

The process color (four color CMYK) of #eb17de color hex is 0.00, 0.90, 0.06, 0.08. Web safe color of #eb17de is #ff00cc. Color #eb17de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010111 11011110
Octal 353 27 336
Decimal 235 23 222
Hex EB 17 DE

RGB Percentages of Color #eb17de

%48.96
%4.79
%46.25

CMYK Percentages of Color #eb17de

%0
%90
%6
%8

Triadic Colors of #eb17de

#eb17de #deeb17 #17deeb

Analogous Colors of #eb17de

#eb17de #eb1774 #8e17eb

Monochromatic Colors of #eb17de

#eb17de

Complementary Color

#eb17de #17eb24

#eb17de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb17de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb17de Color CSS Codes

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

#eb17de Text Font Color

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

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


#eb17de Background Color

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

This div background color is #eb17de


#eb17de Border Color

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

This div border color is #eb17de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb17de


Comments

No comments written yet.

Please login to write comment.