Color Hex Logo

#ed64ad Color Hex

#ED64AD
(237,100,173)
0 Favorites   0 Comments

Color spaces of #ed64ad

RGB 237100173
HSL0.910.790.66
HSV328°58°93°
CMYK 0.000.580.27   0.07
XYZ47.025030.136042.8735
Yxy30.13600.39180.2511
Hunter Lab54.896356.8374-7.8776
CIE-Lab61.771460.2363-12.5021

#ed64ad color RGB value is (237,100,173).

#ed64ad hex color red value is 237, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed64ad hue: 0.91 , saturation: 0.79 and the lightness value of ed64ad is 0.66.

The process color (four color CMYK) of #ed64ad color hex is 0.00, 0.58, 0.27, 0.07. Web safe color of #ed64ad is #ff6699. Color #ed64ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 10101101
Octal 355 144 255
Decimal 237 100 173
Hex ED 64 AD

RGB Percentages of Color #ed64ad

%46.47
%19.61
%33.92

CMYK Percentages of Color #ed64ad

%0
%58
%27
%7

Triadic Colors of #ed64ad

#ed64ad #aded64 #64aded

Analogous Colors of #ed64ad

#ed64ad #ed6469 #e964ed

Monochromatic Colors of #ed64ad

#ed64ad

Complementary Color

#ed64ad #64eda4

#ed64ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed64ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed64ad Color CSS Codes

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

#ed64ad Text Font Color

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

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


#ed64ad Background Color

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

This div background color is #ed64ad


#ed64ad Border Color

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

This div border color is #ed64ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed64ad


Comments

No comments written yet.

Please login to write comment.