Color Hex Logo

#eb58df Color Hex

#EB58DF
(235,88,223)
0 Favorites   0 Comments

Color spaces of #eb58df

RGB 23588223
HSL0.850.790.63
HSV305°63°92°
CMYK 0.000.630.05   0.08
XYZ51.070029.969372.9050
Yxy29.96930.33170.1947
Hunter Lab54.744270.7174-40.6378
CIE-Lab61.627771.8840-41.1286

#eb58df color RGB value is (235,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 11011111
Octal 353 130 337
Decimal 235 88 223
Hex EB 58 DF

RGB Percentages of Color #eb58df

%43.04
%16.12
%40.84

CMYK Percentages of Color #eb58df

%0
%63
%5
%8

Triadic Colors of #eb58df

#eb58df #dfeb58 #58dfeb

Analogous Colors of #eb58df

#eb58df #eb5896 #ae58eb

Monochromatic Colors of #eb58df

#eb58df

Complementary Color

#eb58df #58eb64

#eb58df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb58df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb58df Color CSS Codes

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

#eb58df Text Font Color

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

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


#eb58df Background Color

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

This div background color is #eb58df


#eb58df Border Color

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

This div border color is #eb58df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb58df


Comments

No comments written yet.

Please login to write comment.