Color Hex Logo

#ed075e Color Hex

#ED075E
(237,7,94)
0 Favorites   0 Comments

Color spaces of #ed075e

RGB 237794
HSL0.940.940.48
HSV337°97°93°
CMYK 0.000.970.60   0.07
XYZ37.021418.964612.2990
Yxy18.96460.54220.2777
Hunter Lab43.548475.537013.7391
CIE-Lab50.645877.886718.2272

#ed075e color RGB value is (237,7,94).

#ed075e hex color red value is 237, green value is 7 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ed075e hue: 0.94 , saturation: 0.94 and the lightness value of ed075e is 0.48.

The process color (four color CMYK) of #ed075e color hex is 0.00, 0.97, 0.60, 0.07. Web safe color of #ed075e is #ff0066. Color #ed075e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000111 01011110
Octal 355 7 136
Decimal 237 7 94
Hex ED 7 5E

RGB Percentages of Color #ed075e

%70.12
%2.07
%27.81

CMYK Percentages of Color #ed075e

%0
%97
%60
%7

Triadic Colors of #ed075e

#ed075e #5eed07 #075eed

Analogous Colors of #ed075e

#ed075e #ed2307 #ed07d1

Monochromatic Colors of #ed075e

#ed075e

Complementary Color

#ed075e #07ed96

#ed075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed075e Color CSS Codes

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

#ed075e Text Font Color

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

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


#ed075e Background Color

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

This div background color is #ed075e


#ed075e Border Color

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

This div border color is #ed075e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed075e


Comments

No comments written yet.

Please login to write comment.