Color Hex Logo

#eb507d Color Hex

#EB507D
(235,80,125)
0 Favorites   0 Comments

Color spaces of #eb507d

RGB 23580125
HSL0.950.790.62
HSV343°66°92°
CMYK 0.000.660.47   0.08
XYZ40.831324.880222.0523
Yxy24.88020.46520.2835
Hunter Lab49.880158.82828.7035
CIE-Lab56.958562.79608.3383

#eb507d color RGB value is (235,80,125).

#eb507d hex color red value is 235, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb507d hue: 0.95 , saturation: 0.79 and the lightness value of eb507d is 0.62.

The process color (four color CMYK) of #eb507d color hex is 0.00, 0.66, 0.47, 0.08. Web safe color of #eb507d is #ff6666. Color #eb507d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 01111101
Octal 353 120 175
Decimal 235 80 125
Hex EB 50 7D

RGB Percentages of Color #eb507d

%53.41
%18.18
%28.41

CMYK Percentages of Color #eb507d

%0
%66
%47
%8

Triadic Colors of #eb507d

#eb507d #7deb50 #507deb

Analogous Colors of #eb507d

#eb507d #eb7150 #eb50cb

Monochromatic Colors of #eb507d

#eb507d

Complementary Color

#eb507d #50ebbe

#eb507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb507d Color CSS Codes

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

#eb507d Text Font Color

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

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


#eb507d Background Color

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

This div background color is #eb507d


#eb507d Border Color

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

This div border color is #eb507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb507d


Comments

No comments written yet.

Please login to write comment.