Color Hex Logo

#ed632e Color Hex

#ED632E
(237,99,46)
0 Favorites   0 Comments

Color spaces of #ed632e

RGB 2379946
HSL0.050.840.55
HSV17°81°93°
CMYK 0.000.580.81   0.07
XYZ39.880027.12555.7186
Yxy27.12550.54840.3730
Hunter Lab52.082145.536129.9475
CIE-Lab59.090350.654254.5675

#ed632e color RGB value is (237,99,46).

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

The process color (four color CMYK) of #ed632e color hex is 0.00, 0.58, 0.81, 0.07. Web safe color of #ed632e is #ff6633. Color #ed632e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 00101110
Octal 355 143 56
Decimal 237 99 46
Hex ED 63 2E

RGB Percentages of Color #ed632e

%62.04
%25.92
%12.04

CMYK Percentages of Color #ed632e

%0
%58
%81
%7

Triadic Colors of #ed632e

#ed632e #2eed63 #632eed

Analogous Colors of #ed632e

#ed632e #edc32e #ed2e59

Monochromatic Colors of #ed632e

#ed632e

Complementary Color

#ed632e #2eb8ed

#ed632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed632e Color CSS Codes

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

#ed632e Text Font Color

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

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


#ed632e Background Color

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

This div background color is #ed632e


#ed632e Border Color

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

This div border color is #ed632e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed632e


Comments

No comments written yet.

Please login to write comment.