Color Hex Logo

#ed465e Color Hex

#ED465E
(237,70,94)
0 Favorites   0 Comments

Color spaces of #ed465e

RGB 2377094
HSL0.980.820.60
HSV351°70°93°
CMYK 0.000.700.60   0.07
XYZ39.135623.193013.0037
Yxy23.19300.51950.3079
Hunter Lab48.159160.776217.7022
CIE-Lab55.270664.774924.3888

#ed465e color RGB value is (237,70,94).

#ed465e hex color red value is 237, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ed465e hue: 0.98 , saturation: 0.82 and the lightness value of ed465e is 0.60.

The process color (four color CMYK) of #ed465e color hex is 0.00, 0.70, 0.60, 0.07. Web safe color of #ed465e is #ff3366. Color #ed465e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000110 01011110
Octal 355 106 136
Decimal 237 70 94
Hex ED 46 5E

RGB Percentages of Color #ed465e

%59.10
%17.46
%23.44

CMYK Percentages of Color #ed465e

%0
%70
%60
%7

Triadic Colors of #ed465e

#ed465e #5eed46 #465eed

Analogous Colors of #ed465e

#ed465e #ed8246 #ed46b2

Monochromatic Colors of #ed465e

#ed465e

Complementary Color

#ed465e #46edd5

#ed465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed465e Color CSS Codes

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

#ed465e Text Font Color

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

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


#ed465e Background Color

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

This div background color is #ed465e


#ed465e Border Color

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

This div border color is #ed465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed465e


Comments

No comments written yet.

Please login to write comment.