Color Hex Logo

#ed2e40 Color Hex

#ED2E40
(237,46,64)
0 Favorites   0 Comments

Color spaces of #ed2e40

RGB 2374664
HSL0.980.840.55
HSV354°81°93°
CMYK 0.000.810.73   0.07
XYZ36.827520.32876.8333
Yxy20.32870.57550.3177
Hunter Lab45.087466.896522.5753
CIE-Lab52.206870.519438.1188

#ed2e40 color RGB value is (237,46,64).

#ed2e40 hex color red value is 237, green value is 46 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ed2e40 hue: 0.98 , saturation: 0.84 and the lightness value of ed2e40 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101110 01000000
Octal 355 56 100
Decimal 237 46 64
Hex ED 2E 40

RGB Percentages of Color #ed2e40

%68.30
%13.26
%18.44

CMYK Percentages of Color #ed2e40

%0
%81
%73
%7

Triadic Colors of #ed2e40

#ed2e40 #40ed2e #2e40ed

Analogous Colors of #ed2e40

#ed2e40 #ed7c2e #ed2ea0

Monochromatic Colors of #ed2e40

#ed2e40

Complementary Color

#ed2e40 #2eeddb

#ed2e40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2e40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2e40 Color CSS Codes

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

#ed2e40 Text Font Color

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

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


#ed2e40 Background Color

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

This div background color is #ed2e40


#ed2e40 Border Color

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

This div border color is #ed2e40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2e40


Comments

No comments written yet.

Please login to write comment.