Color Hex Logo

#ed342b Color Hex

#ED342B
(237,52,43)
0 Favorites   0 Comments

Color spaces of #ed342b

RGB 2375243
HSL0.010.840.55
HSV82°93°
CMYK 0.000.780.82   0.07
XYZ36.589120.63494.3400
Yxy20.63490.59430.3352
Hunter Lab45.425764.281926.1333
CIE-Lab52.547668.262449.8667

#ed342b color RGB value is (237,52,43).

#ed342b hex color red value is 237, green value is 52 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ed342b hue: 0.01 , saturation: 0.84 and the lightness value of ed342b is 0.55.

The process color (four color CMYK) of #ed342b color hex is 0.00, 0.78, 0.82, 0.07. Web safe color of #ed342b is #ff3333. Color #ed342b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 00101011
Octal 355 64 53
Decimal 237 52 43
Hex ED 34 2B

RGB Percentages of Color #ed342b

%71.39
%15.66
%12.95

CMYK Percentages of Color #ed342b

%0
%78
%82
%7

Triadic Colors of #ed342b

#ed342b #2bed34 #342bed

Analogous Colors of #ed342b

#ed342b #ed952b #ed2b83

Monochromatic Colors of #ed342b

#ed342b

Complementary Color

#ed342b #2be4ed

#ed342b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed342b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed342b Color CSS Codes

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

#ed342b Text Font Color

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

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


#ed342b Background Color

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

This div background color is #ed342b


#ed342b Border Color

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

This div border color is #ed342b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,52,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed342b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed342b;
  -webkit-box-shadow: 1px 1px 3px 2px #ed342b;
  box-shadow:         1px 1px 3px 2px #ed342b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,52,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed342b


Comments

No comments written yet.

Please login to write comment.