Color Hex Logo

#ed38ac Color Hex

#ED38AC
(237,56,172)
0 Favorites   0 Comments

Color spaces of #ed38ac

RGB 23756172
HSL0.890.830.57
HSV322°76°93°
CMYK 0.000.760.27   0.07
XYZ43.785623.811441.3180
Yxy23.81140.40200.2186
Hunter Lab48.796974.7739-16.0450
CIE-Lab55.898576.2531-20.8331

#ed38ac color RGB value is (237,56,172).

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

The process color (four color CMYK) of #ed38ac color hex is 0.00, 0.76, 0.27, 0.07. Web safe color of #ed38ac is #ff3399. Color #ed38ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 10101100
Octal 355 70 254
Decimal 237 56 172
Hex ED 38 AC

RGB Percentages of Color #ed38ac

%50.97
%12.04
%36.99

CMYK Percentages of Color #ed38ac

%0
%76
%27
%7

Triadic Colors of #ed38ac

#ed38ac #aced38 #38aced

Analogous Colors of #ed38ac

#ed38ac #ed3851 #d438ed

Monochromatic Colors of #ed38ac

#ed38ac

Complementary Color

#ed38ac #38ed79

#ed38ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed38ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed38ac Color CSS Codes

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

#ed38ac Text Font Color

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

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


#ed38ac Background Color

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

This div background color is #ed38ac


#ed38ac Border Color

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

This div border color is #ed38ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed38ac


Comments

No comments written yet.

Please login to write comment.