Color Hex Logo

#ed5ac2 Color Hex

#ED5AC2
(237,90,194)
0 Favorites   0 Comments

Color spaces of #ed5ac2

RGB 23790194
HSL0.880.800.64
HSV318°62°93°
CMYK 0.000.620.18   0.07
XYZ48.318829.211954.1307
Yxy29.21190.36700.2219
Hunter Lab54.048064.9945-21.5471
CIE-Lab60.968267.2923-25.7337

#ed5ac2 color RGB value is (237,90,194).

#ed5ac2 hex color red value is 237, green value is 90 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ed5ac2 hue: 0.88 , saturation: 0.80 and the lightness value of ed5ac2 is 0.64.

The process color (four color CMYK) of #ed5ac2 color hex is 0.00, 0.62, 0.18, 0.07. Web safe color of #ed5ac2 is #ff66cc. Color #ed5ac2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 11000010
Octal 355 132 302
Decimal 237 90 194
Hex ED 5A C2

RGB Percentages of Color #ed5ac2

%45.49
%17.27
%37.24

CMYK Percentages of Color #ed5ac2

%0
%62
%18
%7

Triadic Colors of #ed5ac2

#ed5ac2 #c2ed5a #5ac2ed

Analogous Colors of #ed5ac2

#ed5ac2 #ed5a79 #cf5aed

Monochromatic Colors of #ed5ac2

#ed5ac2

Complementary Color

#ed5ac2 #5aed85

#ed5ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5ac2 Color CSS Codes

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

#ed5ac2 Text Font Color

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

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


#ed5ac2 Background Color

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

This div background color is #ed5ac2


#ed5ac2 Border Color

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

This div border color is #ed5ac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5ac2


Comments

No comments written yet.

Please login to write comment.