Color Hex Logo

#ed5330 Color Hex

#ED5330
(237,83,48)
0 Favorites   0 Comments

Color spaces of #ed5330

RGB 2378348
HSL0.030.840.56
HSV11°80°93°
CMYK 0.000.650.80   0.07
XYZ38.551824.40445.4749
Yxy24.40440.56340.3566
Hunter Lab49.400852.847828.0097
CIE-Lab56.490457.658051.1644

#ed5330 color RGB value is (237,83,48).

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

The process color (four color CMYK) of #ed5330 color hex is 0.00, 0.65, 0.80, 0.07. Web safe color of #ed5330 is #ff6633. Color #ed5330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 00110000
Octal 355 123 60
Decimal 237 83 48
Hex ED 53 30

RGB Percentages of Color #ed5330

%64.40
%22.55
%13.04

CMYK Percentages of Color #ed5330

%0
%65
%80
%7

Triadic Colors of #ed5330

#ed5330 #30ed53 #5330ed

Analogous Colors of #ed5330

#ed5330 #edb230 #ed306c

Monochromatic Colors of #ed5330

#ed5330

Complementary Color

#ed5330 #30caed

#ed5330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5330 Color CSS Codes

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

#ed5330 Text Font Color

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

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


#ed5330 Background Color

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

This div background color is #ed5330


#ed5330 Border Color

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

This div border color is #ed5330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5330


Comments

No comments written yet.

Please login to write comment.