Color Hex Logo

#eb453d Color Hex

#EB453D
(235,69,61)
0 Favorites   0 Comments

Color spaces of #eb453d

RGB 2356961
HSL0.010.810.58
HSV74°92°
CMYK 0.000.710.74   0.08
XYZ37.231422.25536.7483
Yxy22.25530.56210.3360
Hunter Lab47.175558.316824.5416
CIE-Lab54.296862.838542.0532

#eb453d color RGB value is (235,69,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 00111101
Octal 353 105 75
Decimal 235 69 61
Hex EB 45 3D

RGB Percentages of Color #eb453d

%64.38
%18.90
%16.71

CMYK Percentages of Color #eb453d

%0
%71
%74
%8

Triadic Colors of #eb453d

#eb453d #3deb45 #453deb

Analogous Colors of #eb453d

#eb453d #eb9c3d #eb3d8c

Monochromatic Colors of #eb453d

#eb453d

Complementary Color

#eb453d #3de3eb

#eb453d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb453d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb453d Color CSS Codes

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

#eb453d Text Font Color

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

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


#eb453d Background Color

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

This div background color is #eb453d


#eb453d Border Color

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

This div border color is #eb453d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb453d


Comments

No comments written yet.

Please login to write comment.