Color Hex Logo

#eb446c Color Hex

#EB446C
(235,68,108)
0 Favorites   0 Comments

Color spaces of #eb446c

RGB 23568108
HSL0.960.810.59
HSV346°71°92°
CMYK 0.000.710.54   0.08
XYZ39.034822.879116.5461
Yxy22.87910.49750.2916
Hunter Lab47.832161.964012.9729
CIE-Lab54.947665.847515.5962

#eb446c color RGB value is (235,68,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000100 01101100
Octal 353 104 154
Decimal 235 68 108
Hex EB 44 6C

RGB Percentages of Color #eb446c

%57.18
%16.55
%26.28

CMYK Percentages of Color #eb446c

%0
%71
%54
%8

Triadic Colors of #eb446c

#eb446c #6ceb44 #446ceb

Analogous Colors of #eb446c

#eb446c #eb7044 #eb44c0

Monochromatic Colors of #eb446c

#eb446c

Complementary Color

#eb446c #44ebc3

#eb446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb446c Color CSS Codes

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

#eb446c Text Font Color

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

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


#eb446c Background Color

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

This div background color is #eb446c


#eb446c Border Color

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

This div border color is #eb446c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb446c


Comments

No comments written yet.

Please login to write comment.