Color Hex Logo

#ed223f Color Hex

#ED223F
(237,34,63)
0 Favorites   0 Comments

Color spaces of #ed223f

RGB 2373463
HSL0.980.850.53
HSV351°86°93°
CMYK 0.000.860.73   0.07
XYZ36.394319.50756.5498
Yxy19.50750.58280.3124
Hunter Lab44.167369.793022.1247
CIE-Lab51.275773.097837.6282

#ed223f color RGB value is (237,34,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100010 00111111
Octal 355 42 77
Decimal 237 34 63
Hex ED 22 3F

RGB Percentages of Color #ed223f

%70.96
%10.18
%18.86

CMYK Percentages of Color #ed223f

%0
%86
%73
%7

Triadic Colors of #ed223f

#ed223f #3fed22 #223fed

Analogous Colors of #ed223f

#ed223f #ed6b22 #ed22a5

Monochromatic Colors of #ed223f

#ed223f

Complementary Color

#ed223f #22edd0

#ed223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed223f Color CSS Codes

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

#ed223f Text Font Color

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

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


#ed223f Background Color

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

This div background color is #ed223f


#ed223f Border Color

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

This div border color is #ed223f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed223f


Comments

No comments written yet.

Please login to write comment.