Color Hex Logo

#eb4ead Color Hex

#EB4EAD
(235,78,173)
0 Favorites   0 Comments

Color spaces of #eb4ead

RGB 23578173
HSL0.900.800.61
HSV324°67°92°
CMYK 0.000.670.26   0.08
XYZ44.528226.128142.2315
Yxy26.12810.39440.2315
Hunter Lab51.115766.0437-13.2041
CIE-Lab58.158468.6827-17.9959

#eb4ead color RGB value is (235,78,173).

#eb4ead hex color red value is 235, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb4ead hue: 0.90 , saturation: 0.80 and the lightness value of eb4ead is 0.61.

The process color (four color CMYK) of #eb4ead color hex is 0.00, 0.67, 0.26, 0.08. Web safe color of #eb4ead is #ff6699. Color #eb4ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001110 10101101
Octal 353 116 255
Decimal 235 78 173
Hex EB 4E AD

RGB Percentages of Color #eb4ead

%48.35
%16.05
%35.60

CMYK Percentages of Color #eb4ead

%0
%67
%26
%8

Triadic Colors of #eb4ead

#eb4ead #adeb4e #4eadeb

Analogous Colors of #eb4ead

#eb4ead #eb4e5e #db4eeb

Monochromatic Colors of #eb4ead

#eb4ead

Complementary Color

#eb4ead #4eeb8c

#eb4ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4ead Color CSS Codes

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

#eb4ead Text Font Color

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

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


#eb4ead Background Color

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

This div background color is #eb4ead


#eb4ead Border Color

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

This div border color is #eb4ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4ead


Comments

No comments written yet.

Please login to write comment.