Color Hex Logo

#ec76cf Color Hex

#EC76CF
(236,118,207)
0 Favorites   0 Comments

Color spaces of #ec76cf

RGB 236118207
HSL0.870.760.69
HSV315°50°93°
CMYK 0.000.500.12   0.07
XYZ52.333035.294763.0858
Yxy35.29470.34720.2342
Hunter Lab59.409353.2722-21.3725
CIE-Lab65.977556.4587-25.3921

#ec76cf color RGB value is (236,118,207).

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

The process color (four color CMYK) of #ec76cf color hex is 0.00, 0.50, 0.12, 0.07. Web safe color of #ec76cf is #ff66cc. Color #ec76cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 11001111
Octal 354 166 317
Decimal 236 118 207
Hex EC 76 CF

RGB Percentages of Color #ec76cf

%42.07
%21.03
%36.90

CMYK Percentages of Color #ec76cf

%0
%50
%12
%7

Triadic Colors of #ec76cf

#ec76cf #cfec76 #76cfec

Analogous Colors of #ec76cf

#ec76cf #ec7694 #ce76ec

Monochromatic Colors of #ec76cf

#ec76cf

Complementary Color

#ec76cf #76ec93

#ec76cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec76cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec76cf Color CSS Codes

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

#ec76cf Text Font Color

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

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


#ec76cf Background Color

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

This div background color is #ec76cf


#ec76cf Border Color

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

This div border color is #ec76cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec76cf


Comments

No comments written yet.

Please login to write comment.