Color Hex Logo

#eb14af Color Hex

#EB14AF
(235,20,175)
0 Favorites   0 Comments

Color spaces of #eb14af

RGB 23520175
HSL0.880.840.50
HSV317°91°92°
CMYK 0.000.910.26   0.08
XYZ42.249021.257642.4338
Yxy21.25760.39880.2007
Hunter Lab46.106082.8823-22.2936
CIE-Lab53.230383.1828-26.7253

#eb14af color RGB value is (235,20,175).

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

The process color (four color CMYK) of #eb14af color hex is 0.00, 0.91, 0.26, 0.08. Web safe color of #eb14af is #ff0099. Color #eb14af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 10101111
Octal 353 24 257
Decimal 235 20 175
Hex EB 14 AF

RGB Percentages of Color #eb14af

%54.65
%4.65
%40.70

CMYK Percentages of Color #eb14af

%0
%91
%26
%8

Triadic Colors of #eb14af

#eb14af #afeb14 #14afeb

Analogous Colors of #eb14af

#eb14af #eb1444 #bc14eb

Monochromatic Colors of #eb14af

#eb14af

Complementary Color

#eb14af #14eb50

#eb14af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb14af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb14af Color CSS Codes

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

#eb14af Text Font Color

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

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


#eb14af Background Color

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

This div background color is #eb14af


#eb14af Border Color

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

This div border color is #eb14af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb14af


Comments

No comments written yet.

Please login to write comment.