Color Hex Logo

#ed7498 Color Hex

#ED7498
(237,116,152)
0 Favorites   0 Comments

Color spaces of #ed7498

RGB 237116152
HSL0.950.770.69
HSV342°51°93°
CMYK 0.000.510.36   0.07
XYZ46.837932.762333.5609
Yxy32.76230.41390.2895
Hunter Lab57.238445.89865.3030
CIE-Lab63.968050.24312.7761

#ed7498 color RGB value is (237,116,152).

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

The process color (four color CMYK) of #ed7498 color hex is 0.00, 0.51, 0.36, 0.07. Web safe color of #ed7498 is #ff6699. Color #ed7498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 10011000
Octal 355 164 230
Decimal 237 116 152
Hex ED 74 98

RGB Percentages of Color #ed7498

%46.93
%22.97
%30.10

CMYK Percentages of Color #ed7498

%0
%51
%36
%7

Triadic Colors of #ed7498

#ed7498 #98ed74 #7498ed

Analogous Colors of #ed7498

#ed7498 #ed8d74 #ed74d5

Monochromatic Colors of #ed7498

#ed7498

Complementary Color

#ed7498 #74edc9

#ed7498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7498 Color CSS Codes

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

#ed7498 Text Font Color

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

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


#ed7498 Background Color

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

This div background color is #ed7498


#ed7498 Border Color

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

This div border color is #ed7498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7498


Comments

No comments written yet.

Please login to write comment.