Color Hex Logo

#ed737a Color Hex

#ED737A
(237,115,122)
0 Favorites   0 Comments

Color spaces of #ed737a

RGB 237115122
HSL0.990.770.69
HSV357°51°93°
CMYK 0.000.510.49   0.07
XYZ44.568631.671122.1765
Yxy31.67110.45290.3218
Hunter Lab56.277142.878116.0302
CIE-Lab63.070147.629118.6555

#ed737a color RGB value is (237,115,122).

#ed737a hex color red value is 237, green value is 115 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ed737a hue: 0.99 , saturation: 0.77 and the lightness value of ed737a is 0.69.

The process color (four color CMYK) of #ed737a color hex is 0.00, 0.51, 0.49, 0.07. Web safe color of #ed737a is #ff6666. Color #ed737a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110011 01111010
Octal 355 163 172
Decimal 237 115 122
Hex ED 73 7A

RGB Percentages of Color #ed737a

%50.00
%24.26
%25.74

CMYK Percentages of Color #ed737a

%0
%51
%49
%7

Triadic Colors of #ed737a

#ed737a #7aed73 #737aed

Analogous Colors of #ed737a

#ed737a #eda973 #ed73b7

Monochromatic Colors of #ed737a

#ed737a

Complementary Color

#ed737a #73ede6

#ed737a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed737a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed737a Color CSS Codes

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

#ed737a Text Font Color

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

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


#ed737a Background Color

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

This div background color is #ed737a


#ed737a Border Color

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

This div border color is #ed737a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed737a


Comments

No comments written yet.

Please login to write comment.