Color Hex Logo

#eb165f Color Hex

#EB165F
(235,22,95)
0 Favorites   0 Comments

Color spaces of #eb165f

RGB 2352295
HSL0.940.840.50
HSV339°91°92°
CMYK 0.000.910.60   0.08
XYZ36.613419.062212.5761
Yxy19.06220.53640.2793
Hunter Lab43.660373.284213.4840
CIE-Lab50.759976.048417.7033

#eb165f color RGB value is (235,22,95).

#eb165f hex color red value is 235, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eb165f hue: 0.94 , saturation: 0.84 and the lightness value of eb165f is 0.50.

The process color (four color CMYK) of #eb165f color hex is 0.00, 0.91, 0.60, 0.08. Web safe color of #eb165f is #ff0066. Color #eb165f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 01011111
Octal 353 26 137
Decimal 235 22 95
Hex EB 16 5F

RGB Percentages of Color #eb165f

%66.76
%6.25
%26.99

CMYK Percentages of Color #eb165f

%0
%91
%60
%8

Triadic Colors of #eb165f

#eb165f #5feb16 #165feb

Analogous Colors of #eb165f

#eb165f #eb3816 #eb16ca

Monochromatic Colors of #eb165f

#eb165f

Complementary Color

#eb165f #16eba2

#eb165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb165f Color CSS Codes

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

#eb165f Text Font Color

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

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


#eb165f Background Color

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

This div background color is #eb165f


#eb165f Border Color

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

This div border color is #eb165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb165f


Comments

No comments written yet.

Please login to write comment.