Color Hex Logo

#ec72ad Color Hex

#EC72AD
(236,114,173)
0 Favorites   0 Comments

Color spaces of #ec72ad

RGB 236114173
HSL0.920.760.69
HSV331°52°93°
CMYK 0.000.520.27   0.07
XYZ48.152232.884643.3446
Yxy32.88460.38710.2644
Hunter Lab57.345149.5310-4.6731
CIE-Lab64.067453.4747-9.0784

#ec72ad color RGB value is (236,114,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 10101101
Octal 354 162 255
Decimal 236 114 173
Hex EC 72 AD

RGB Percentages of Color #ec72ad

%45.12
%21.80
%33.08

CMYK Percentages of Color #ec72ad

%0
%52
%27
%7

Triadic Colors of #ec72ad

#ec72ad #adec72 #72adec

Analogous Colors of #ec72ad

#ec72ad #ec7472 #ec72ea

Monochromatic Colors of #ec72ad

#ec72ad

Complementary Color

#ec72ad #72ecb1

#ec72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec72ad Color CSS Codes

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

#ec72ad Text Font Color

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

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


#ec72ad Background Color

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

This div background color is #ec72ad


#ec72ad Border Color

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

This div border color is #ec72ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec72ad


Comments

No comments written yet.

Please login to write comment.