Color Hex Logo

#eb426e Color Hex

#EB426E
(235,66,110)
0 Favorites   0 Comments

Color spaces of #eb426e

RGB 23566110
HSL0.960.810.59
HSV344°72°92°
CMYK 0.000.720.53   0.08
XYZ39.023622.684417.0736
Yxy22.68440.49530.2879
Hunter Lab47.628162.902812.0856
CIE-Lab54.745866.681914.1259

#eb426e color RGB value is (235,66,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000010 01101110
Octal 353 102 156
Decimal 235 66 110
Hex EB 42 6E

RGB Percentages of Color #eb426e

%57.18
%16.06
%26.76

CMYK Percentages of Color #eb426e

%0
%72
%53
%8

Triadic Colors of #eb426e

#eb426e #6eeb42 #426eeb

Analogous Colors of #eb426e

#eb426e #eb6b42 #eb42c3

Monochromatic Colors of #eb426e

#eb426e

Complementary Color

#eb426e #42ebbf

#eb426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb426e Color CSS Codes

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

#eb426e Text Font Color

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

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


#eb426e Background Color

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

This div background color is #eb426e


#eb426e Border Color

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

This div border color is #eb426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb426e


Comments

No comments written yet.

Please login to write comment.