Color Hex Logo

#ec72ce Color Hex

#EC72CE
(236,114,206)
0 Favorites   0 Comments

Color spaces of #ec72ce

RGB 236114206
HSL0.870.760.69
HSV315°52°93°
CMYK 0.000.520.13   0.07
XYZ51.750034.323762.2901
Yxy34.32370.34880.2313
Hunter Lab58.586455.1446-22.0276
CIE-Lab65.218758.2018-25.9964

#ec72ce color RGB value is (236,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 11001110
Octal 354 162 316
Decimal 236 114 206
Hex EC 72 CE

RGB Percentages of Color #ec72ce

%42.45
%20.50
%37.05

CMYK Percentages of Color #ec72ce

%0
%52
%13
%7

Triadic Colors of #ec72ce

#ec72ce #ceec72 #72ceec

Analogous Colors of #ec72ce

#ec72ce #ec7291 #cd72ec

Monochromatic Colors of #ec72ce

#ec72ce

Complementary Color

#ec72ce #72ec90

#ec72ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec72ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec72ce Color CSS Codes

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

#ec72ce Text Font Color

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

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


#ec72ce Background Color

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

This div background color is #ec72ce


#ec72ce Border Color

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

This div border color is #ec72ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,114,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec72ce


Comments

No comments written yet.

Please login to write comment.