Color Hex Logo

#eb283e Color Hex

#EB283E
(235,40,62)
0 Favorites   0 Comments

Color spaces of #eb283e

RGB 2354062
HSL0.980.830.54
HSV353°83°92°
CMYK 0.000.830.74   0.08
XYZ35.889219.52766.4350
Yxy19.52760.58020.3157
Hunter Lab44.190067.637222.2992
CIE-Lab51.298871.310738.1285

#eb283e color RGB value is (235,40,62).

#eb283e hex color red value is 235, green value is 40 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eb283e hue: 0.98 , saturation: 0.83 and the lightness value of eb283e is 0.54.

The process color (four color CMYK) of #eb283e color hex is 0.00, 0.83, 0.74, 0.08. Web safe color of #eb283e is #ff3333. Color #eb283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101000 00111110
Octal 353 50 76
Decimal 235 40 62
Hex EB 28 3E

RGB Percentages of Color #eb283e

%69.73
%11.87
%18.40

CMYK Percentages of Color #eb283e

%0
%83
%74
%8

Triadic Colors of #eb283e

#eb283e #3eeb28 #283eeb

Analogous Colors of #eb283e

#eb283e #eb7428 #eb28a0

Monochromatic Colors of #eb283e

#eb283e

Complementary Color

#eb283e #28ebd5

#eb283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb283e Color CSS Codes

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

#eb283e Text Font Color

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

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


#eb283e Background Color

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

This div background color is #eb283e


#eb283e Border Color

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

This div border color is #eb283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb283e


Comments

No comments written yet.

Please login to write comment.