Color Hex Logo

#ed4630 Color Hex

#ED4630
(237,70,48)
0 Favorites   0 Comments

Color spaces of #ed4630

RGB 2377048
HSL0.020.840.56
HSV80°93°
CMYK 0.000.700.80   0.07
XYZ37.648722.59825.1739
Yxy22.59820.57550.3454
Hunter Lab47.537658.177326.8233
CIE-Lab54.656062.651949.3801

#ed4630 color RGB value is (237,70,48).

#ed4630 hex color red value is 237, green value is 70 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ed4630 hue: 0.02 , saturation: 0.84 and the lightness value of ed4630 is 0.56.

The process color (four color CMYK) of #ed4630 color hex is 0.00, 0.70, 0.80, 0.07. Web safe color of #ed4630 is #ff3333. Color #ed4630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000110 00110000
Octal 355 106 60
Decimal 237 70 48
Hex ED 46 30

RGB Percentages of Color #ed4630

%66.76
%19.72
%13.52

CMYK Percentages of Color #ed4630

%0
%70
%80
%7

Triadic Colors of #ed4630

#ed4630 #30ed46 #4630ed

Analogous Colors of #ed4630

#ed4630 #eda530 #ed3079

Monochromatic Colors of #ed4630

#ed4630

Complementary Color

#ed4630 #30d7ed

#ed4630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4630 Color CSS Codes

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

#ed4630 Text Font Color

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

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


#ed4630 Background Color

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

This div background color is #ed4630


#ed4630 Border Color

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

This div border color is #ed4630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4630


Comments

No comments written yet.

Please login to write comment.