Color Hex Logo

#eb446e Color Hex

#EB446E
(235,68,110)
0 Favorites   0 Comments

Color spaces of #eb446e

RGB 23568110
HSL0.960.810.59
HSV345°71°92°
CMYK 0.000.710.53   0.08
XYZ39.142522.922217.1132
Yxy22.92220.49440.2895
Hunter Lab47.877162.149712.3214
CIE-Lab54.992165.997114.4673

#eb446e color RGB value is (235,68,110).

#eb446e hex color red value is 235, green value is 68 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eb446e hue: 0.96 , saturation: 0.81 and the lightness value of eb446e is 0.59.

The process color (four color CMYK) of #eb446e color hex is 0.00, 0.71, 0.53, 0.08. Web safe color of #eb446e is #ff3366. Color #eb446e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000100 01101110
Octal 353 104 156
Decimal 235 68 110
Hex EB 44 6E

RGB Percentages of Color #eb446e

%56.90
%16.46
%26.63

CMYK Percentages of Color #eb446e

%0
%71
%53
%8

Triadic Colors of #eb446e

#eb446e #6eeb44 #446eeb

Analogous Colors of #eb446e

#eb446e #eb6e44 #eb44c2

Monochromatic Colors of #eb446e

#eb446e

Complementary Color

#eb446e #44ebc1

#eb446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb446e Color CSS Codes

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

#eb446e Text Font Color

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

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


#eb446e Background Color

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

This div background color is #eb446e


#eb446e Border Color

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

This div border color is #eb446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb446e


Comments

No comments written yet.

Please login to write comment.