Color Hex Logo

#eb5edf Color Hex

#EB5EDF
(235,94,223)
0 Favorites   0 Comments

Color spaces of #eb5edf

RGB 23594223
HSL0.850.780.65
HSV305°60°92°
CMYK 0.000.600.05   0.08
XYZ51.582930.995373.0760
Yxy30.99530.33140.1991
Hunter Lab55.673467.9565-38.8517
CIE-Lab62.503769.4646-39.7551

#eb5edf color RGB value is (235,94,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011110 11011111
Octal 353 136 337
Decimal 235 94 223
Hex EB 5E DF

RGB Percentages of Color #eb5edf

%42.57
%17.03
%40.40

CMYK Percentages of Color #eb5edf

%0
%60
%5
%8

Triadic Colors of #eb5edf

#eb5edf #dfeb5e #5edfeb

Analogous Colors of #eb5edf

#eb5edf #eb5e99 #b15eeb

Monochromatic Colors of #eb5edf

#eb5edf

Complementary Color

#eb5edf #5eeb6a

#eb5edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5edf Color CSS Codes

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

#eb5edf Text Font Color

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

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


#eb5edf Background Color

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

This div background color is #eb5edf


#eb5edf Border Color

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

This div border color is #eb5edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5edf


Comments

No comments written yet.

Please login to write comment.