Color Hex Logo

#eb437d Color Hex

#EB437D
(235,67,125)
0 Favorites   0 Comments

Color spaces of #eb437d

RGB 23567125
HSL0.940.810.59
HSV339°71°92°
CMYK 0.000.710.47   0.08
XYZ39.969823.157121.7652
Yxy23.15710.47080.2728
Hunter Lab48.121864.04826.8688
CIE-Lab55.233867.55795.8766

#eb437d color RGB value is (235,67,125).

#eb437d hex color red value is 235, green value is 67 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb437d hue: 0.94 , saturation: 0.81 and the lightness value of eb437d is 0.59.

The process color (four color CMYK) of #eb437d color hex is 0.00, 0.71, 0.47, 0.08. Web safe color of #eb437d is #ff3366. Color #eb437d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 01111101
Octal 353 103 175
Decimal 235 67 125
Hex EB 43 7D

RGB Percentages of Color #eb437d

%55.04
%15.69
%29.27

CMYK Percentages of Color #eb437d

%0
%71
%47
%8

Triadic Colors of #eb437d

#eb437d #7deb43 #437deb

Analogous Colors of #eb437d

#eb437d #eb5d43 #eb43d1

Monochromatic Colors of #eb437d

#eb437d

Complementary Color

#eb437d #43ebb1

#eb437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb437d Color CSS Codes

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

#eb437d Text Font Color

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

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


#eb437d Background Color

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

This div background color is #eb437d


#eb437d Border Color

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

This div border color is #eb437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb437d


Comments

No comments written yet.

Please login to write comment.