Color Hex Logo

#ed6128 Color Hex

#ED6128
(237,97,40)
0 Favorites   0 Comments

Color spaces of #ed6128

RGB 2379740
HSL0.050.850.54
HSV17°83°93°
CMYK 0.000.590.83   0.07
XYZ39.582726.70715.0762
Yxy26.70710.55460.3742
Hunter Lab51.678946.281330.3514
CIE-Lab58.702251.394556.8151

#ed6128 color RGB value is (237,97,40).

#ed6128 hex color red value is 237, green value is 97 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ed6128 hue: 0.05 , saturation: 0.85 and the lightness value of ed6128 is 0.54.

The process color (four color CMYK) of #ed6128 color hex is 0.00, 0.59, 0.83, 0.07. Web safe color of #ed6128 is #ff6633. Color #ed6128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 00101000
Octal 355 141 50
Decimal 237 97 40
Hex ED 61 28

RGB Percentages of Color #ed6128

%63.37
%25.94
%10.70

CMYK Percentages of Color #ed6128

%0
%59
%83
%7

Triadic Colors of #ed6128

#ed6128 #28ed61 #6128ed

Analogous Colors of #ed6128

#ed6128 #edc428 #ed2852

Monochromatic Colors of #ed6128

#ed6128

Complementary Color

#ed6128 #28b4ed

#ed6128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6128 Color CSS Codes

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

#ed6128 Text Font Color

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

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


#ed6128 Background Color

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

This div background color is #ed6128


#ed6128 Border Color

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

This div border color is #ed6128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6128


Comments

No comments written yet.

Please login to write comment.