Color Hex Logo

#eb034e Color Hex

#EB034E
(235,3,78)
0 Favorites   0 Comments

Color spaces of #eb034e

RGB 235378
HSL0.950.970.47
HSV341°99°92°
CMYK 0.000.990.67   0.08
XYZ35.668718.27748.8557
Yxy18.27740.56800.2910
Hunter Lab42.752174.109117.6451
CIE-Lab49.830876.896626.8483

#eb034e color RGB value is (235,3,78).

#eb034e hex color red value is 235, green value is 3 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eb034e hue: 0.95 , saturation: 0.97 and the lightness value of eb034e is 0.47.

The process color (four color CMYK) of #eb034e color hex is 0.00, 0.99, 0.67, 0.08. Web safe color of #eb034e is #ff0066. Color #eb034e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 01001110
Octal 353 3 116
Decimal 235 3 78
Hex EB 3 4E

RGB Percentages of Color #eb034e

%74.37
%0.95
%24.68

CMYK Percentages of Color #eb034e

%0
%99
%67
%8

Triadic Colors of #eb034e

#eb034e #4eeb03 #034eeb

Analogous Colors of #eb034e

#eb034e #eb2c03 #eb03c2

Monochromatic Colors of #eb034e

#eb034e

Complementary Color

#eb034e #03eba0

#eb034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb034e Color CSS Codes

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

#eb034e Text Font Color

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

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


#eb034e Background Color

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

This div background color is #eb034e


#eb034e Border Color

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

This div border color is #eb034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb034e


Comments

No comments written yet.

Please login to write comment.