Color Hex Logo

#ec72cd Color Hex

#EC72CD
(236,114,205)
0 Favorites   0 Comments

Color spaces of #ec72cd

RGB 236114205
HSL0.880.760.69
HSV315°52°93°
CMYK 0.000.520.13   0.07
XYZ51.628834.275361.6523
Yxy34.27530.34990.2323
Hunter Lab58.545154.9587-21.4551
CIE-Lab65.180558.0474-25.4936

#ec72cd color RGB value is (236,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 11001101
Octal 354 162 315
Decimal 236 114 205
Hex EC 72 CD

RGB Percentages of Color #ec72cd

%42.52
%20.54
%36.94

CMYK Percentages of Color #ec72cd

%0
%52
%13
%7

Triadic Colors of #ec72cd

#ec72cd #cdec72 #72cdec

Analogous Colors of #ec72cd

#ec72cd #ec7290 #ce72ec

Monochromatic Colors of #ec72cd

#ec72cd

Complementary Color

#ec72cd #72ec91

#ec72cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec72cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec72cd Color CSS Codes

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

#ec72cd Text Font Color

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

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


#ec72cd Background Color

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

This div background color is #ec72cd


#ec72cd Border Color

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

This div border color is #ec72cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec72cd


Comments

No comments written yet.

Please login to write comment.