Color Hex Logo

#ed642b Color Hex

#ED642B
(237,100,43)
0 Favorites   0 Comments

Color spaces of #ed642b

RGB 23710043
HSL0.050.840.55
HSV18°82°93°
CMYK 0.000.580.82   0.07
XYZ39.918327.29335.4497
Yxy27.29330.54940.3756
Hunter Lab52.243044.964730.3853
CIE-Lab59.244850.107956.0268

#ed642b color RGB value is (237,100,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 00101011
Octal 355 144 53
Decimal 237 100 43
Hex ED 64 2B

RGB Percentages of Color #ed642b

%62.37
%26.32
%11.32

CMYK Percentages of Color #ed642b

%0
%58
%82
%7

Triadic Colors of #ed642b

#ed642b #2bed64 #642bed

Analogous Colors of #ed642b

#ed642b #edc52b #ed2b53

Monochromatic Colors of #ed642b

#ed642b

Complementary Color

#ed642b #2bb4ed

#ed642b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed642b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed642b Color CSS Codes

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

#ed642b Text Font Color

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

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


#ed642b Background Color

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

This div background color is #ed642b


#ed642b Border Color

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

This div border color is #ed642b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,100,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 #ed642b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed642b

#ed642b Color Palettes


Comments

No comments written yet.

Please login to write comment.