Color Hex Logo

#ed344e Color Hex

#ED344E
(237,52,78)
0 Favorites   0 Comments

Color spaces of #ed344e

RGB 2375278
HSL0.980.840.57
HSV352°78°93°
CMYK 0.000.780.67   0.07
XYZ37.528221.01069.2852
Yxy21.01060.55330.3098
Hunter Lab45.837365.927320.0758
CIE-Lab52.961169.565530.8665

#ed344e color RGB value is (237,52,78).

#ed344e hex color red value is 237, green value is 52 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ed344e hue: 0.98 , saturation: 0.84 and the lightness value of ed344e is 0.57.

The process color (four color CMYK) of #ed344e color hex is 0.00, 0.78, 0.67, 0.07. Web safe color of #ed344e is #ff3366. Color #ed344e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 01001110
Octal 355 64 116
Decimal 237 52 78
Hex ED 34 4E

RGB Percentages of Color #ed344e

%64.58
%14.17
%21.25

CMYK Percentages of Color #ed344e

%0
%78
%67
%7

Triadic Colors of #ed344e

#ed344e #4eed34 #344eed

Analogous Colors of #ed344e

#ed344e #ed7734 #ed34ab

Monochromatic Colors of #ed344e

#ed344e

Complementary Color

#ed344e #34edd3

#ed344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed344e Color CSS Codes

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

#ed344e Text Font Color

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

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


#ed344e Background Color

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

This div background color is #ed344e


#ed344e Border Color

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

This div border color is #ed344e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed344e


Comments

No comments written yet.

Please login to write comment.