Color Hex Logo

#ed4e94 Color Hex

#ED4E94
(237,78,148)
0 Favorites   0 Comments

Color spaces of #ed4e94

RGB 23778148
HSL0.930.820.62
HSV334°67°93°
CMYK 0.000.670.38   0.07
XYZ42.994725.591430.6905
Yxy25.59140.43310.2578
Hunter Lab50.587963.1783-0.5583
CIE-Lab57.647266.3764-4.1549

#ed4e94 color RGB value is (237,78,148).

#ed4e94 hex color red value is 237, green value is 78 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ed4e94 hue: 0.93 , saturation: 0.82 and the lightness value of ed4e94 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001110 10010100
Octal 355 116 224
Decimal 237 78 148
Hex ED 4E 94

RGB Percentages of Color #ed4e94

%51.19
%16.85
%31.97

CMYK Percentages of Color #ed4e94

%0
%67
%38
%7

Triadic Colors of #ed4e94

#ed4e94 #94ed4e #4e94ed

Analogous Colors of #ed4e94

#ed4e94 #ed574e #ed4ee4

Monochromatic Colors of #ed4e94

#ed4e94

Complementary Color

#ed4e94 #4eeda7

#ed4e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4e94 Color CSS Codes

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

#ed4e94 Text Font Color

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

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


#ed4e94 Background Color

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

This div background color is #ed4e94


#ed4e94 Border Color

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

This div border color is #ed4e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4e94


Comments

No comments written yet.

Please login to write comment.