Color Hex Logo

#ed4ad5 Color Hex

#ED4AD5
(237,74,213)
0 Favorites   0 Comments

Color spaces of #ed4ad5

RGB 23774213
HSL0.860.820.61
HSV309°69°93°
CMYK 0.000.690.10   0.07
XYZ49.384127.706265.6958
Yxy27.70620.34590.1940
Hunter Lab52.636775.3558-37.1541
CIE-Lab59.622476.0046-38.6176

#ed4ad5 color RGB value is (237,74,213).

#ed4ad5 hex color red value is 237, green value is 74 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ed4ad5 hue: 0.86 , saturation: 0.82 and the lightness value of ed4ad5 is 0.61.

The process color (four color CMYK) of #ed4ad5 color hex is 0.00, 0.69, 0.10, 0.07. Web safe color of #ed4ad5 is #ff33cc. Color #ed4ad5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001010 11010101
Octal 355 112 325
Decimal 237 74 213
Hex ED 4A D5

RGB Percentages of Color #ed4ad5

%45.23
%14.12
%40.65

CMYK Percentages of Color #ed4ad5

%0
%69
%10
%7

Triadic Colors of #ed4ad5

#ed4ad5 #d5ed4a #4ad5ed

Analogous Colors of #ed4ad5

#ed4ad5 #ed4a84 #b44aed

Monochromatic Colors of #ed4ad5

#ed4ad5

Complementary Color

#ed4ad5 #4aed62

#ed4ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4ad5 Color CSS Codes

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

#ed4ad5 Text Font Color

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

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


#ed4ad5 Background Color

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

This div background color is #ed4ad5


#ed4ad5 Border Color

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

This div border color is #ed4ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4ad5


Comments

No comments written yet.

Please login to write comment.