Color Hex Logo

#ed71cc Color Hex

#ED71CC
(237,113,204)
0 Favorites   0 Comments

Color spaces of #ed71cc

RGB 237113204
HSL0.880.780.69
HSV316°52°93°
CMYK 0.000.520.14   0.07
XYZ51.729334.174460.9966
Yxy34.17440.35210.2326
Hunter Lab58.458955.6487-20.9426
CIE-Lab65.100858.6557-25.0424

#ed71cc color RGB value is (237,113,204).

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

The process color (four color CMYK) of #ed71cc color hex is 0.00, 0.52, 0.14, 0.07. Web safe color of #ed71cc is #ff66cc. Color #ed71cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 11001100
Octal 355 161 314
Decimal 237 113 204
Hex ED 71 CC

RGB Percentages of Color #ed71cc

%42.78
%20.40
%36.82

CMYK Percentages of Color #ed71cc

%0
%52
%14
%7

Triadic Colors of #ed71cc

#ed71cc #cced71 #71cced

Analogous Colors of #ed71cc

#ed71cc #ed718e #d071ed

Monochromatic Colors of #ed71cc

#ed71cc

Complementary Color

#ed71cc #71ed92

#ed71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed71cc Color CSS Codes

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

#ed71cc Text Font Color

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

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


#ed71cc Background Color

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

This div background color is #ed71cc


#ed71cc Border Color

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

This div border color is #ed71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed71cc


Comments

No comments written yet.

Please login to write comment.