Color Hex Logo

#ed299f Color Hex

#ED299F
(237,41,159)
0 Favorites   0 Comments

Color spaces of #ed299f

RGB 23741159
HSL0.900.840.55
HSV324°83°93°
CMYK 0.000.830.33   0.07
XYZ41.976022.093634.8530
Yxy22.09360.42430.2233
Hunter Lab47.003877.1498-11.0604
CIE-Lab54.126278.4975-15.9045

#ed299f color RGB value is (237,41,159).

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

The process color (four color CMYK) of #ed299f color hex is 0.00, 0.83, 0.33, 0.07. Web safe color of #ed299f is #ff3399. Color #ed299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101001 10011111
Octal 355 51 237
Decimal 237 41 159
Hex ED 29 9F

RGB Percentages of Color #ed299f

%54.23
%9.38
%36.38

CMYK Percentages of Color #ed299f

%0
%83
%33
%7

Triadic Colors of #ed299f

#ed299f #9fed29 #299fed

Analogous Colors of #ed299f

#ed299f #ed293d #d929ed

Monochromatic Colors of #ed299f

#ed299f

Complementary Color

#ed299f #29ed77

#ed299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed299f Color CSS Codes

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

#ed299f Text Font Color

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

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


#ed299f Background Color

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

This div background color is #ed299f


#ed299f Border Color

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

This div border color is #ed299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed299f


Comments

No comments written yet.

Please login to write comment.