Color Hex Logo

#eb39af Color Hex

#EB39AF
(235,57,175)
0 Favorites   0 Comments

Color spaces of #eb39af

RGB 23557175
HSL0.890.820.57
HSV320°76°92°
CMYK 0.000.760.26   0.08
XYZ43.461923.683642.8381
Yxy23.68360.39520.2153
Hunter Lab48.665874.2476-18.1240
CIE-Lab55.769675.8546-22.8096

#eb39af color RGB value is (235,57,175).

#eb39af hex color red value is 235, green value is 57 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb39af hue: 0.89 , saturation: 0.82 and the lightness value of eb39af is 0.57.

The process color (four color CMYK) of #eb39af color hex is 0.00, 0.76, 0.26, 0.08. Web safe color of #eb39af is #ff3399. Color #eb39af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 10101111
Octal 353 71 257
Decimal 235 57 175
Hex EB 39 AF

RGB Percentages of Color #eb39af

%50.32
%12.21
%37.47

CMYK Percentages of Color #eb39af

%0
%76
%26
%8

Triadic Colors of #eb39af

#eb39af #afeb39 #39afeb

Analogous Colors of #eb39af

#eb39af #eb3956 #ce39eb

Monochromatic Colors of #eb39af

#eb39af

Complementary Color

#eb39af #39eb75

#eb39af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb39af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb39af Color CSS Codes

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

#eb39af Text Font Color

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

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


#eb39af Background Color

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

This div background color is #eb39af


#eb39af Border Color

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

This div border color is #eb39af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb39af


Comments

No comments written yet.

Please login to write comment.