Color Hex Logo

#ed295e Color Hex

#ED295E
(237,41,94)
0 Favorites   0 Comments

Color spaces of #ed295e

RGB 2374194
HSL0.950.840.55
HSV344°83°93°
CMYK 0.000.830.60   0.07
XYZ37.738420.398612.5380
Yxy20.39860.53400.2886
Hunter Lab45.164870.111015.1561
CIE-Lab52.284973.163720.4311

#ed295e color RGB value is (237,41,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101001 01011110
Octal 355 51 136
Decimal 237 41 94
Hex ED 29 5E

RGB Percentages of Color #ed295e

%63.71
%11.02
%25.27

CMYK Percentages of Color #ed295e

%0
%83
%60
%7

Triadic Colors of #ed295e

#ed295e #5eed29 #295eed

Analogous Colors of #ed295e

#ed295e #ed5629 #ed29c0

Monochromatic Colors of #ed295e

#ed295e

Complementary Color

#ed295e #29edb8

#ed295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed295e Color CSS Codes

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

#ed295e Text Font Color

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

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


#ed295e Background Color

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

This div background color is #ed295e


#ed295e Border Color

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

This div border color is #ed295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed295e


Comments

No comments written yet.

Please login to write comment.