Color Hex Logo

#eb4840 Color Hex

#EB4840
(235,72,64)
0 Favorites   0 Comments

Color spaces of #eb4840

RGB 2357264
HSL0.010.810.59
HSV73°92°
CMYK 0.000.690.73   0.08
XYZ37.503722.66717.2490
Yxy22.66710.55630.3362
Hunter Lab47.610057.291924.2996
CIE-Lab54.727861.870740.8852

#eb4840 color RGB value is (235,72,64).

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

The process color (four color CMYK) of #eb4840 color hex is 0.00, 0.69, 0.73, 0.08. Web safe color of #eb4840 is #ff3333. Color #eb4840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 01000000
Octal 353 110 100
Decimal 235 72 64
Hex EB 48 40

RGB Percentages of Color #eb4840

%63.34
%19.41
%17.25

CMYK Percentages of Color #eb4840

%0
%69
%73
%8

Triadic Colors of #eb4840

#eb4840 #40eb48 #4840eb

Analogous Colors of #eb4840

#eb4840 #eb9e40 #eb408e

Monochromatic Colors of #eb4840

#eb4840

Complementary Color

#eb4840 #40e3eb

#eb4840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4840 Color CSS Codes

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

#eb4840 Text Font Color

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

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


#eb4840 Background Color

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

This div background color is #eb4840


#eb4840 Border Color

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

This div border color is #eb4840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4840


Comments

No comments written yet.

Please login to write comment.