Color Hex Logo

#ed7992 Color Hex

#ED7992
(237,121,146)
0 Favorites   0 Comments

Color spaces of #ed7992

RGB 237121146
HSL0.960.760.70
HSV347°49°93°
CMYK 0.000.490.38   0.07
XYZ46.950733.754631.2348
Yxy33.75460.41940.3015
Hunter Lab58.098742.57668.7938
CIE-Lab64.767347.11447.3505

#ed7992 color RGB value is (237,121,146).

#ed7992 hex color red value is 237, green value is 121 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ed7992 hue: 0.96 , saturation: 0.76 and the lightness value of ed7992 is 0.70.

The process color (four color CMYK) of #ed7992 color hex is 0.00, 0.49, 0.38, 0.07. Web safe color of #ed7992 is #ff6699. Color #ed7992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 10010010
Octal 355 171 222
Decimal 237 121 146
Hex ED 79 92

RGB Percentages of Color #ed7992

%47.02
%24.01
%28.97

CMYK Percentages of Color #ed7992

%0
%49
%38
%7

Triadic Colors of #ed7992

#ed7992 #92ed79 #7992ed

Analogous Colors of #ed7992

#ed7992 #ed9a79 #ed79cc

Monochromatic Colors of #ed7992

#ed7992

Complementary Color

#ed7992 #79edd4

#ed7992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7992 Color CSS Codes

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

#ed7992 Text Font Color

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

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


#ed7992 Background Color

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

This div background color is #ed7992


#ed7992 Border Color

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

This div border color is #ed7992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7992


Comments

No comments written yet.

Please login to write comment.