Color Hex Logo

#eb317d Color Hex

#EB317D
(235,49,125)
0 Favorites   0 Comments

Color spaces of #eb317d

RGB 23549125
HSL0.930.820.56
HSV335°79°92°
CMYK 0.000.790.47   0.08
XYZ39.060921.339521.4622
Yxy21.33950.47720.2607
Hunter Lab46.194770.09374.7900
CIE-Lab53.319172.94973.1205

#eb317d color RGB value is (235,49,125).

#eb317d hex color red value is 235, green value is 49 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb317d hue: 0.93 , saturation: 0.82 and the lightness value of eb317d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110001 01111101
Octal 353 61 175
Decimal 235 49 125
Hex EB 31 7D

RGB Percentages of Color #eb317d

%57.46
%11.98
%30.56

CMYK Percentages of Color #eb317d

%0
%79
%47
%8

Triadic Colors of #eb317d

#eb317d #7deb31 #317deb

Analogous Colors of #eb317d

#eb317d #eb4231 #eb31da

Monochromatic Colors of #eb317d

#eb317d

Complementary Color

#eb317d #31eb9f

#eb317d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb317d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb317d Color CSS Codes

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

#eb317d Text Font Color

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

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


#eb317d Background Color

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

This div background color is #eb317d


#eb317d Border Color

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

This div border color is #eb317d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb317d


Comments

No comments written yet.

Please login to write comment.