Color Hex Logo

#eb18ac Color Hex

#EB18AC
(235,24,172)
0 Favorites   0 Comments

Color spaces of #eb18ac

RGB 23524172
HSL0.880.840.51
HSV318°90°92°
CMYK 0.000.900.27   0.08
XYZ42.034021.294040.9244
Yxy21.29400.40320.2043
Hunter Lab46.145481.8417-20.2800
CIE-Lab53.269882.3642-24.9041

#eb18ac color RGB value is (235,24,172).

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

The process color (four color CMYK) of #eb18ac color hex is 0.00, 0.90, 0.27, 0.08. Web safe color of #eb18ac is #ff0099. Color #eb18ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 10101100
Octal 353 30 254
Decimal 235 24 172
Hex EB 18 AC

RGB Percentages of Color #eb18ac

%54.52
%5.57
%39.91

CMYK Percentages of Color #eb18ac

%0
%90
%27
%8

Triadic Colors of #eb18ac

#eb18ac #aceb18 #18aceb

Analogous Colors of #eb18ac

#eb18ac #eb1842 #c118eb

Monochromatic Colors of #eb18ac

#eb18ac

Complementary Color

#eb18ac #18eb57

#eb18ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb18ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb18ac Color CSS Codes

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

#eb18ac Text Font Color

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

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


#eb18ac Background Color

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

This div background color is #eb18ac


#eb18ac Border Color

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

This div border color is #eb18ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb18ac


Comments

No comments written yet.

Please login to write comment.