Color Hex Logo

#ed709a Color Hex

#ED709A
(237,112,154)
0 Favorites   0 Comments

Color spaces of #ed709a

RGB 237112154
HSL0.940.780.68
HSV340°53°93°
CMYK 0.000.530.35   0.07
XYZ46.552031.926034.2806
Yxy31.92600.41280.2831
Hunter Lab56.503148.18293.5807
CIE-Lab63.281752.39610.6339

#ed709a color RGB value is (237,112,154).

#ed709a hex color red value is 237, green value is 112 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ed709a hue: 0.94 , saturation: 0.78 and the lightness value of ed709a is 0.68.

The process color (four color CMYK) of #ed709a color hex is 0.00, 0.53, 0.35, 0.07. Web safe color of #ed709a is #ff6699. Color #ed709a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 10011010
Octal 355 160 232
Decimal 237 112 154
Hex ED 70 9A

RGB Percentages of Color #ed709a

%47.12
%22.27
%30.62

CMYK Percentages of Color #ed709a

%0
%53
%35
%7

Triadic Colors of #ed709a

#ed709a #9aed70 #709aed

Analogous Colors of #ed709a

#ed709a #ed8570 #ed70d9

Monochromatic Colors of #ed709a

#ed709a

Complementary Color

#ed709a #70edc3

#ed709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed709a Color CSS Codes

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

#ed709a Text Font Color

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

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


#ed709a Background Color

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

This div background color is #ed709a


#ed709a Border Color

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

This div border color is #ed709a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed709a


Comments

No comments written yet.

Please login to write comment.