Color Hex Logo

#ed253f Color Hex

#ED253F
(237,37,63)
0 Favorites   0 Comments

Color spaces of #ed253f

RGB 2373763
HSL0.980.850.54
HSV352°84°93°
CMYK 0.000.840.73   0.07
XYZ36.483819.68656.5796
Yxy19.68650.58140.3137
Hunter Lab44.369569.129122.2664
CIE-Lab51.480972.510937.8632

#ed253f color RGB value is (237,37,63).

#ed253f hex color red value is 237, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ed253f hue: 0.98 , saturation: 0.85 and the lightness value of ed253f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 00111111
Octal 355 45 77
Decimal 237 37 63
Hex ED 25 3F

RGB Percentages of Color #ed253f

%70.33
%10.98
%18.69

CMYK Percentages of Color #ed253f

%0
%84
%73
%7

Triadic Colors of #ed253f

#ed253f #3fed25 #253fed

Analogous Colors of #ed253f

#ed253f #ed6f25 #ed25a3

Monochromatic Colors of #ed253f

#ed253f

Complementary Color

#ed253f #25edd3

#ed253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed253f Color CSS Codes

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

#ed253f Text Font Color

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

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


#ed253f Background Color

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

This div background color is #ed253f


#ed253f Border Color

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

This div border color is #ed253f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed253f


Comments

No comments written yet.

Please login to write comment.