Color Hex Logo

#eb057d Color Hex

#EB057D
(235,5,125)
0 Favorites   0 Comments

Color spaces of #eb057d

RGB 2355125
HSL0.910.960.47
HSV329°98°92°
CMYK 0.000.980.47   0.08
XYZ38.016919.251421.1142
Yxy19.25140.48500.2456
Hunter Lab43.876477.87832.1820
CIE-Lab50.980079.6899-0.2797

#eb057d color RGB value is (235,5,125).

#eb057d hex color red value is 235, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb057d hue: 0.91 , saturation: 0.96 and the lightness value of eb057d is 0.47.

The process color (four color CMYK) of #eb057d color hex is 0.00, 0.98, 0.47, 0.08. Web safe color of #eb057d is #ff0066. Color #eb057d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000101 01111101
Octal 353 5 175
Decimal 235 5 125
Hex EB 5 7D

RGB Percentages of Color #eb057d

%64.38
%1.37
%34.25

CMYK Percentages of Color #eb057d

%0
%98
%47
%8

Triadic Colors of #eb057d

#eb057d #7deb05 #057deb

Analogous Colors of #eb057d

#eb057d #eb050a #e605eb

Monochromatic Colors of #eb057d

#eb057d

Complementary Color

#eb057d #05eb73

#eb057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb057d Color CSS Codes

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

#eb057d Text Font Color

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

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


#eb057d Background Color

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

This div background color is #eb057d


#eb057d Border Color

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

This div border color is #eb057d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb057d


Comments

No comments written yet.

Please login to write comment.