Color Hex Logo

#ed484b Color Hex

#ED484B
(237,72,75)
0 Favorites   0 Comments

Color spaces of #ed484b

RGB 2377275
HSL1.000.820.61
HSV359°70°93°
CMYK 0.000.700.68   0.07
XYZ38.512423.14739.0946
Yxy23.14730.54430.3272
Hunter Lab48.111658.690322.4705
CIE-Lab55.223762.991835.3741

#ed484b color RGB value is (237,72,75).

#ed484b hex color red value is 237, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ed484b hue: 1.00 , saturation: 0.82 and the lightness value of ed484b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 01001011
Octal 355 110 113
Decimal 237 72 75
Hex ED 48 4B

RGB Percentages of Color #ed484b

%61.72
%18.75
%19.53

CMYK Percentages of Color #ed484b

%0
%70
%68
%7

Triadic Colors of #ed484b

#ed484b #4bed48 #484bed

Analogous Colors of #ed484b

#ed484b #ed9848 #ed489e

Monochromatic Colors of #ed484b

#ed484b

Complementary Color

#ed484b #48edea

#ed484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed484b Color CSS Codes

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

#ed484b Text Font Color

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

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


#ed484b Background Color

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

This div background color is #ed484b


#ed484b Border Color

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

This div border color is #ed484b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed484b


Comments

No comments written yet.

Please login to write comment.