color codes Logo

#ed387c color codes

#ED387C
(237,56,124)
0 Favorites   0 Comments

Color spaces of #ed387c

RGB 23756124
HSL0.940.830.57
HSV337°76°93°
CMYK 0.000.760.48   0.07
XYZ39.977322.288121.2638
Yxy22.28810.47860.2668
Hunter Lab47.210368.53456.3426
CIE-Lab54.331471.47115.2256

#ed387c color RGB value is (237,56,124).

#ed387c hex color red value is 237, green value is 56 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ed387c hue: 0.94 , saturation: 0.83 and the lightness value of ed387c is 0.57.

The process color (four color CMYK) of #ed387c color code is 0.00, 0.76, 0.48, 0.07. Web safe color of #ed387c is #ff3366. Color #ed387c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 01111100
Octal 355 70 174
Decimal 237 56 124
Hex ED 38 7C

RGB Percentages of Color #ed387c

%56.83
%13.43
%29.74

CMYK Percentages of Color #ed387c

%0
%76
%48
%7

Triadic Colors of #ed387c

#ed387c #7ced38 #387ced

Analogous Colors of #ed387c

#ed387c #ed4e38 #ed38d7

Monochromatic Colors of #ed387c

#ed387c

Complementary Color

#ed387c #38eda9

#ed387c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed387c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed387c Color CSS Codes

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

#ed387c Text Font Color

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

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


#ed387c Background Color

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

This div background color is #ed387c


#ed387c Border Color

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

This div border color is #ed387c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed387c


Comments

No comments written yet.

Please login to write comment.