Color Hex Logo

#eb432a Color Hex

#EB432A
(235,67,42)
0 Favorites   0 Comments

Color spaces of #eb432a

RGB 2356742
HSL0.020.830.54
HSV82°92°
CMYK 0.000.710.82   0.08
XYZ36.686021.84364.4732
Yxy21.84360.58230.3467
Hunter Lab46.737158.322427.0414
CIE-Lab53.860762.923351.4388

#eb432a color RGB value is (235,67,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 00101010
Octal 353 103 52
Decimal 235 67 42
Hex EB 43 2A

RGB Percentages of Color #eb432a

%68.31
%19.48
%12.21

CMYK Percentages of Color #eb432a

%0
%71
%82
%8

Triadic Colors of #eb432a

#eb432a #2aeb43 #432aeb

Analogous Colors of #eb432a

#eb432a #eba42a #eb2a72

Monochromatic Colors of #eb432a

#eb432a

Complementary Color

#eb432a #2ad2eb

#eb432a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb432a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb432a Color CSS Codes

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

#eb432a Text Font Color

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

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


#eb432a Background Color

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

This div background color is #eb432a


#eb432a Border Color

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

This div border color is #eb432a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb432a


Comments

No comments written yet.

Please login to write comment.