Color Hex Logo

#ed71ad Color Hex

#ED71AD
(237,113,173)
0 Favorites   0 Comments

Color spaces of #ed71ad

RGB 237113173
HSL0.920.780.69
HSV331°52°93°
CMYK 0.000.520.27   0.07
XYZ48.373032.831943.3228
Yxy32.83190.38850.2637
Hunter Lab57.299150.4196-4.7187
CIE-Lab64.024654.2675-9.1276

#ed71ad color RGB value is (237,113,173).

#ed71ad hex color red value is 237, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed71ad hue: 0.92 , saturation: 0.78 and the lightness value of ed71ad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 10101101
Octal 355 161 255
Decimal 237 113 173
Hex ED 71 AD

RGB Percentages of Color #ed71ad

%45.32
%21.61
%33.08

CMYK Percentages of Color #ed71ad

%0
%52
%27
%7

Triadic Colors of #ed71ad

#ed71ad #aded71 #71aded

Analogous Colors of #ed71ad

#ed71ad #ed7371 #ed71eb

Monochromatic Colors of #ed71ad

#ed71ad

Complementary Color

#ed71ad #71edb1

#ed71ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed71ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed71ad Color CSS Codes

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

#ed71ad Text Font Color

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

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


#ed71ad Background Color

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

This div background color is #ed71ad


#ed71ad Border Color

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

This div border color is #ed71ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,113,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 #ed71ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed71ad

#ed71ad Color Palettes


Comments

No comments written yet.

Please login to write comment.