Color Hex Logo

#ed403a Color Hex

#ED403A
(237,64,58)
0 Favorites   0 Comments

Color spaces of #ed403a

RGB 2376458
HSL0.010.830.58
HSV76°93°
CMYK 0.000.730.76   0.07
XYZ37.522221.97686.2673
Yxy21.97680.57050.3342
Hunter Lab46.879460.832124.8891
CIE-Lab54.002465.057743.4725

#ed403a color RGB value is (237,64,58).

#ed403a hex color red value is 237, green value is 64 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ed403a hue: 0.01 , saturation: 0.83 and the lightness value of ed403a is 0.58.

The process color (four color CMYK) of #ed403a color hex is 0.00, 0.73, 0.76, 0.07. Web safe color of #ed403a is #ff3333. Color #ed403a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 00111010
Octal 355 100 72
Decimal 237 64 58
Hex ED 40 3A

RGB Percentages of Color #ed403a

%66.02
%17.83
%16.16

CMYK Percentages of Color #ed403a

%0
%73
%76
%7

Triadic Colors of #ed403a

#ed403a #3aed40 #403aed

Analogous Colors of #ed403a

#ed403a #ed9a3a #ed3a8e

Monochromatic Colors of #ed403a

#ed403a

Complementary Color

#ed403a #3ae7ed

#ed403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed403a Color CSS Codes

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

#ed403a Text Font Color

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

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


#ed403a Background Color

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

This div background color is #ed403a


#ed403a Border Color

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

This div border color is #ed403a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed403a


Comments

No comments written yet.

Please login to write comment.