Color Hex Logo

#ed3053 Color Hex

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

Color spaces of #ed3053

RGB 2374883
HSL0.970.840.56
HSV349°80°93°
CMYK 0.000.800.65   0.07
XYZ37.543320.743010.2087
Yxy20.74300.54810.3028
Hunter Lab45.544567.438618.5914
CIE-Lab52.667170.882127.5327

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

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

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

Base Numbers

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

RGB Percentages of Color #ed3053

%64.40
%13.04
%22.55

CMYK Percentages of Color #ed3053

%0
%80
%65
%7

Triadic Colors of #ed3053

#ed3053 #53ed30 #3053ed

Analogous Colors of #ed3053

#ed3053 #ed6c30 #ed30b2

Monochromatic Colors of #ed3053

#ed3053

Complementary Color

#ed3053 #30edca

#ed3053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3053 Color CSS Codes

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

#ed3053 Text Font Color

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

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


#ed3053 Background Color

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

This div background color is #ed3053


#ed3053 Border Color

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

This div border color is #ed3053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3053


Comments

No comments written yet.

Please login to write comment.