Color Hex Logo

#eb3eab Color Hex

#EB3EAB
(235,62,171)
0 Favorites   0 Comments

Color spaces of #eb3eab

RGB 23562171
HSL0.890.810.58
HSV322°74°92°
CMYK 0.000.740.27   0.08
XYZ43.334324.047740.8858
Yxy24.04770.40030.2221
Hunter Lab49.038571.9196-15.1061
CIE-Lab56.135573.9000-19.9177

#eb3eab color RGB value is (235,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111110 10101011
Octal 353 76 253
Decimal 235 62 171
Hex EB 3E AB

RGB Percentages of Color #eb3eab

%50.21
%13.25
%36.54

CMYK Percentages of Color #eb3eab

%0
%74
%27
%8

Triadic Colors of #eb3eab

#eb3eab #abeb3e #3eabeb

Analogous Colors of #eb3eab

#eb3eab #eb3e54 #d53eeb

Monochromatic Colors of #eb3eab

#eb3eab

Complementary Color

#eb3eab #3eeb7e

#eb3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3eab Color CSS Codes

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

#eb3eab Text Font Color

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

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


#eb3eab Background Color

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

This div background color is #eb3eab


#eb3eab Border Color

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

This div border color is #eb3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3eab


Comments

No comments written yet.

Please login to write comment.