Color Hex Logo

#eb3eac Color Hex

#EB3EAC
(235,62,172)
0 Favorites   0 Comments

Color spaces of #eb3eac

RGB 23562172
HSL0.890.810.58
HSV322°74°92°
CMYK 0.000.740.27   0.08
XYZ43.430024.086041.3898
Yxy24.08600.39880.2212
Hunter Lab49.077572.0739-15.6483
CIE-Lab56.173874.0181-20.4422

#eb3eac color RGB value is (235,62,172).

#eb3eac hex color red value is 235, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb3eac hue: 0.89 , saturation: 0.81 and the lightness value of eb3eac is 0.58.

The process color (four color CMYK) of #eb3eac color hex is 0.00, 0.74, 0.27, 0.08. Web safe color of #eb3eac is #ff3399. Color #eb3eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111110 10101100
Octal 353 76 254
Decimal 235 62 172
Hex EB 3E AC

RGB Percentages of Color #eb3eac

%50.11
%13.22
%36.67

CMYK Percentages of Color #eb3eac

%0
%74
%27
%8

Triadic Colors of #eb3eac

#eb3eac #aceb3e #3eaceb

Analogous Colors of #eb3eac

#eb3eac #eb3e56 #d43eeb

Monochromatic Colors of #eb3eac

#eb3eac

Complementary Color

#eb3eac #3eeb7d

#eb3eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3eac Color CSS Codes

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

#eb3eac Text Font Color

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

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


#eb3eac Background Color

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

This div background color is #eb3eac


#eb3eac Border Color

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

This div border color is #eb3eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3eac


Comments

No comments written yet.

Please login to write comment.