Color Hex Logo

#ed0394 Color Hex

#ED0394
(237,3,148)
0 Favorites   0 Comments

Color spaces of #ed0394

RGB 2373148
HSL0.900.980.47
HSV323°99°93°
CMYK 0.000.990.38   0.07
XYZ40.302920.207829.7933
Yxy20.20780.44630.2238
Hunter Lab44.953181.3671-7.8281
CIE-Lab52.071382.2268-12.4779

#ed0394 color RGB value is (237,3,148).

#ed0394 hex color red value is 237, green value is 3 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ed0394 hue: 0.90 , saturation: 0.98 and the lightness value of ed0394 is 0.47.

The process color (four color CMYK) of #ed0394 color hex is 0.00, 0.99, 0.38, 0.07. Web safe color of #ed0394 is #ff0099. Color #ed0394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000011 10010100
Octal 355 3 224
Decimal 237 3 148
Hex ED 3 94

RGB Percentages of Color #ed0394

%61.08
%0.77
%38.14

CMYK Percentages of Color #ed0394

%0
%99
%38
%7

Triadic Colors of #ed0394

#ed0394 #94ed03 #0394ed

Analogous Colors of #ed0394

#ed0394 #ed031f #d103ed

Monochromatic Colors of #ed0394

#ed0394

Complementary Color

#ed0394 #03ed5c

#ed0394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0394 Color CSS Codes

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

#ed0394 Text Font Color

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

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


#ed0394 Background Color

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

This div background color is #ed0394


#ed0394 Border Color

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

This div border color is #ed0394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0394


Comments

No comments written yet.

Please login to write comment.