Color Hex Logo

#ed5ea3 Color Hex

#ED5EA3
(237,94,163)
0 Favorites   0 Comments

Color spaces of #ed5ea3

RGB 23794163
HSL0.920.800.65
HSV331°60°93°
CMYK 0.000.600.31   0.07
XYZ45.538628.654337.7810
Yxy28.65430.40670.2559
Hunter Lab53.529758.1759-4.3758
CIE-Lab60.475361.6115-8.6864

#ed5ea3 color RGB value is (237,94,163).

#ed5ea3 hex color red value is 237, green value is 94 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #ed5ea3 hue: 0.92 , saturation: 0.80 and the lightness value of ed5ea3 is 0.65.

The process color (four color CMYK) of #ed5ea3 color hex is 0.00, 0.60, 0.31, 0.07. Web safe color of #ed5ea3 is #ff6699. Color #ed5ea3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 10100011
Octal 355 136 243
Decimal 237 94 163
Hex ED 5E A3

RGB Percentages of Color #ed5ea3

%47.98
%19.03
%33.00

CMYK Percentages of Color #ed5ea3

%0
%60
%31
%7

Triadic Colors of #ed5ea3

#ed5ea3 #a3ed5e #5ea3ed

Analogous Colors of #ed5ea3

#ed5ea3 #ed615e #ed5eeb

Monochromatic Colors of #ed5ea3

#ed5ea3

Complementary Color

#ed5ea3 #5eeda8

#ed5ea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5ea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5ea3 Color CSS Codes

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

#ed5ea3 Text Font Color

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

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


#ed5ea3 Background Color

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

This div background color is #ed5ea3


#ed5ea3 Border Color

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

This div border color is #ed5ea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5ea3


Comments

No comments written yet.

Please login to write comment.