Color Hex Logo

#ec00ca Color Hex

#EC00CA
(236,0,202)
0 Favorites   0 Comments

Color spaces of #ec00ca

RGB 2360202
HSL0.861.000.46
HSV309°100°93°
CMYK 0.001.000.14   0.07
XYZ45.252722.097157.7572
Yxy22.09710.36170.1766
Hunter Lab47.007689.5731-39.9431
CIE-Lab54.129988.1420-40.9859

#ec00ca color RGB value is (236,0,202).

#ec00ca hex color red value is 236, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ec00ca hue: 0.86 , saturation: 1.00 and the lightness value of ec00ca is 0.46.

The process color (four color CMYK) of #ec00ca color hex is 0.00, 1.00, 0.14, 0.07. Web safe color of #ec00ca is #ff00cc. Color #ec00ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 11001010
Octal 354 0 312
Decimal 236 0 202
Hex EC 0 CA

RGB Percentages of Color #ec00ca

%53.88
%0.00
%46.12

CMYK Percentages of Color #ec00ca

%0
%100
%14
%7

Triadic Colors of #ec00ca

#ec00ca #caec00 #00caec

Analogous Colors of #ec00ca

#ec00ca #ec0054 #9800ec

Monochromatic Colors of #ec00ca

#ec00ca

Complementary Color

#ec00ca #00ec22

#ec00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec00ca Color CSS Codes

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

#ec00ca Text Font Color

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

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


#ec00ca Background Color

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

This div background color is #ec00ca


#ec00ca Border Color

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

This div border color is #ec00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec00ca


Comments

No comments written yet.

Please login to write comment.