Color Hex Logo

#ed7692 Color Hex

#ED7692
(237,118,146)
0 Favorites   0 Comments

Color spaces of #ed7692

RGB 237118146
HSL0.960.770.70
HSV346°50°93°
CMYK 0.000.500.38   0.07
XYZ46.591833.036731.1152
Yxy33.03670.42070.2983
Hunter Lab57.477644.10798.1379
CIE-Lab64.190648.59056.5248

#ed7692 color RGB value is (237,118,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 10010010
Octal 355 166 222
Decimal 237 118 146
Hex ED 76 92

RGB Percentages of Color #ed7692

%47.31
%23.55
%29.14

CMYK Percentages of Color #ed7692

%0
%50
%38
%7

Triadic Colors of #ed7692

#ed7692 #92ed76 #7692ed

Analogous Colors of #ed7692

#ed7692 #ed9676 #ed76ce

Monochromatic Colors of #ed7692

#ed7692

Complementary Color

#ed7692 #76edd1

#ed7692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7692 Color CSS Codes

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

#ed7692 Text Font Color

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

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


#ed7692 Background Color

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

This div background color is #ed7692


#ed7692 Border Color

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

This div border color is #ed7692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7692


Comments

No comments written yet.

Please login to write comment.