Color Hex Logo

#ed193e Color Hex

#ED193E
(237,25,62)
0 Favorites   0 Comments

Color spaces of #ed193e

RGB 2372562
HSL0.970.850.51
HSV350°89°93°
CMYK 0.000.890.74   0.07
XYZ36.142219.04766.3291
Yxy19.04760.58750.3096
Hunter Lab43.643671.443621.9524
CIE-Lab50.742874.554537.5996

#ed193e color RGB value is (237,25,62).

#ed193e hex color red value is 237, green value is 25 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ed193e hue: 0.97 , saturation: 0.85 and the lightness value of ed193e is 0.51.

The process color (four color CMYK) of #ed193e color hex is 0.00, 0.89, 0.74, 0.07. Web safe color of #ed193e is #ff0033. Color #ed193e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011001 00111110
Octal 355 31 76
Decimal 237 25 62
Hex ED 19 3E

RGB Percentages of Color #ed193e

%73.15
%7.72
%19.14

CMYK Percentages of Color #ed193e

%0
%89
%74
%7

Triadic Colors of #ed193e

#ed193e #3eed19 #193eed

Analogous Colors of #ed193e

#ed193e #ed5e19 #ed19a8

Monochromatic Colors of #ed193e

#ed193e

Complementary Color

#ed193e #19edc8

#ed193e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed193e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed193e Color CSS Codes

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

#ed193e Text Font Color

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

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


#ed193e Background Color

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

This div background color is #ed193e


#ed193e Border Color

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

This div border color is #ed193e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed193e


Comments

No comments written yet.

Please login to write comment.