Color Hex Logo

#ec14cc Color Hex

#EC14CC
(236,20,204)
0 Favorites   0 Comments

Color spaces of #ec14cc

RGB 23620204
HSL0.860.850.50
HSV309°92°93°
CMYK 0.000.920.14   0.07
XYZ45.741322.692859.0961
Yxy22.69280.35870.1779
Hunter Lab47.637088.0321-40.2064
CIE-Lab54.754586.8498-41.1504

#ec14cc color RGB value is (236,20,204).

#ec14cc hex color red value is 236, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ec14cc hue: 0.86 , saturation: 0.85 and the lightness value of ec14cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 11001100
Octal 354 24 314
Decimal 236 20 204
Hex EC 14 CC

RGB Percentages of Color #ec14cc

%51.30
%4.35
%44.35

CMYK Percentages of Color #ec14cc

%0
%92
%14
%7

Triadic Colors of #ec14cc

#ec14cc #ccec14 #14ccec

Analogous Colors of #ec14cc

#ec14cc #ec1460 #a014ec

Monochromatic Colors of #ec14cc

#ec14cc

Complementary Color

#ec14cc #14ec34

#ec14cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec14cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec14cc Color CSS Codes

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

#ec14cc Text Font Color

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

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


#ec14cc Background Color

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

This div background color is #ec14cc


#ec14cc Border Color

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

This div border color is #ec14cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec14cc


Comments

No comments written yet.

Please login to write comment.