Color Hex Logo

#eb4282 Color Hex

#EB4282
(235,66,130)
0 Favorites   0 Comments

Color spaces of #eb4282

RGB 23566130
HSL0.940.810.59
HSV337°72°92°
CMYK 0.000.720.45   0.08
XYZ40.238423.170323.4706
Yxy23.17030.46320.2667
Hunter Lab48.135564.97804.7854
CIE-Lab55.247368.33682.9221

#eb4282 color RGB value is (235,66,130).

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

The process color (four color CMYK) of #eb4282 color hex is 0.00, 0.72, 0.45, 0.08. Web safe color of #eb4282 is #ff3399. Color #eb4282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000010 10000010
Octal 353 102 202
Decimal 235 66 130
Hex EB 42 82

RGB Percentages of Color #eb4282

%54.52
%15.31
%30.16

CMYK Percentages of Color #eb4282

%0
%72
%45
%8

Triadic Colors of #eb4282

#eb4282 #82eb42 #4282eb

Analogous Colors of #eb4282

#eb4282 #eb5642 #eb42d7

Monochromatic Colors of #eb4282

#eb4282

Complementary Color

#eb4282 #42ebab

#eb4282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4282 Color CSS Codes

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

#eb4282 Text Font Color

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

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


#eb4282 Background Color

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

This div background color is #eb4282


#eb4282 Border Color

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

This div border color is #eb4282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4282


Comments

No comments written yet.

Please login to write comment.