Color Hex Logo

#ed263e Color Hex

#ED263E
(237,38,62)
0 Favorites   0 Comments

Color spaces of #ed263e

RGB 2373862
HSL0.980.850.54
HSV353°84°93°
CMYK 0.000.840.74   0.07
XYZ36.487719.73866.4442
Yxy19.73860.58220.3150
Hunter Lab44.428168.848222.4998
CIE-Lab51.540472.267538.5079

#ed263e color RGB value is (237,38,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100110 00111110
Octal 355 46 76
Decimal 237 38 62
Hex ED 26 3E

RGB Percentages of Color #ed263e

%70.33
%11.28
%18.40

CMYK Percentages of Color #ed263e

%0
%84
%74
%7

Triadic Colors of #ed263e

#ed263e #3eed26 #263eed

Analogous Colors of #ed263e

#ed263e #ed7226 #ed26a2

Monochromatic Colors of #ed263e

#ed263e

Complementary Color

#ed263e #26edd5

#ed263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed263e Color CSS Codes

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

#ed263e Text Font Color

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

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


#ed263e Background Color

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

This div background color is #ed263e


#ed263e Border Color

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

This div border color is #ed263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed263e


Comments

No comments written yet.

Please login to write comment.