Color Hex Logo

#ec76ca Color Hex

#EC76CA
(236,118,202)
0 Favorites   0 Comments

Color spaces of #ec76ca

RGB 236118202
HSL0.880.760.69
HSV317°50°93°
CMYK 0.000.500.14   0.07
XYZ51.731235.054059.9167
Yxy35.05400.35260.2389
Hunter Lab59.206452.3519-18.5568
CIE-Lab65.790755.6869-22.8741

#ec76ca color RGB value is (236,118,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 11001010
Octal 354 166 312
Decimal 236 118 202
Hex EC 76 CA

RGB Percentages of Color #ec76ca

%42.45
%21.22
%36.33

CMYK Percentages of Color #ec76ca

%0
%50
%14
%7

Triadic Colors of #ec76ca

#ec76ca #caec76 #76caec

Analogous Colors of #ec76ca

#ec76ca #ec768f #d376ec

Monochromatic Colors of #ec76ca

#ec76ca

Complementary Color

#ec76ca #76ec98

#ec76ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec76ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec76ca Color CSS Codes

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

#ec76ca Text Font Color

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

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


#ec76ca Background Color

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

This div background color is #ec76ca


#ec76ca Border Color

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

This div border color is #ec76ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec76ca


Comments

No comments written yet.

Please login to write comment.