Color Hex Logo

#eb719e Color Hex

#EB719E
(235,113,158)
0 Favorites   0 Comments

Color spaces of #eb719e

RGB 235113158
HSL0.940.750.68
HSV338°52°92°
CMYK 0.000.520.33   0.08
XYZ46.337631.941036.0707
Yxy31.94100.40520.2793
Hunter Lab56.516447.44801.7205
CIE-Lab63.294151.7365-1.6729

#eb719e color RGB value is (235,113,158).

#eb719e hex color red value is 235, green value is 113 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb719e hue: 0.94 , saturation: 0.75 and the lightness value of eb719e is 0.68.

The process color (four color CMYK) of #eb719e color hex is 0.00, 0.52, 0.33, 0.08. Web safe color of #eb719e is #ff6699. Color #eb719e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 10011110
Octal 353 161 236
Decimal 235 113 158
Hex EB 71 9E

RGB Percentages of Color #eb719e

%46.44
%22.33
%31.23

CMYK Percentages of Color #eb719e

%0
%52
%33
%8

Triadic Colors of #eb719e

#eb719e #9eeb71 #719eeb

Analogous Colors of #eb719e

#eb719e #eb8171 #eb71db

Monochromatic Colors of #eb719e

#eb719e

Complementary Color

#eb719e #71ebbe

#eb719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb719e Color CSS Codes

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

#eb719e Text Font Color

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

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


#eb719e Background Color

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

This div background color is #eb719e


#eb719e Border Color

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

This div border color is #eb719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb719e


Comments

No comments written yet.

Please login to write comment.