Color Hex Logo

#ec66ca Color Hex

#EC66CA
(236,102,202)
0 Favorites   0 Comments

Color spaces of #ec66ca

RGB 236102202
HSL0.880.780.66
HSV315°57°93°
CMYK 0.000.570.14   0.07
XYZ50.004131.599959.3410
Yxy31.59990.35480.2242
Hunter Lab56.213860.4078-23.2387
CIE-Lab63.010863.0745-27.1404

#ec66ca color RGB value is (236,102,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100110 11001010
Octal 354 146 312
Decimal 236 102 202
Hex EC 66 CA

RGB Percentages of Color #ec66ca

%43.70
%18.89
%37.41

CMYK Percentages of Color #ec66ca

%0
%57
%14
%7

Triadic Colors of #ec66ca

#ec66ca #caec66 #66caec

Analogous Colors of #ec66ca

#ec66ca #ec6687 #cb66ec

Monochromatic Colors of #ec66ca

#ec66ca

Complementary Color

#ec66ca #66ec88

#ec66ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec66ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec66ca Color CSS Codes

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

#ec66ca Text Font Color

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

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


#ec66ca Background Color

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

This div background color is #ec66ca


#ec66ca Border Color

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

This div border color is #ec66ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec66ca


Comments

No comments written yet.

Please login to write comment.