Color Hex Logo

#ec14dc Color Hex

#EC14DC
(236,20,220)
0 Favorites   0 Comments

Color spaces of #ec14dc

RGB 23620220
HSL0.850.850.50
HSV304°92°93°
CMYK 0.000.920.07   0.07
XYZ47.760523.500569.7289
Yxy23.50050.33880.1667
Hunter Lab48.477391.0253-51.3476
CIE-Lab55.584288.9564-48.9699

#ec14dc color RGB value is (236,20,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 11011100
Octal 354 24 334
Decimal 236 20 220
Hex EC 14 DC

RGB Percentages of Color #ec14dc

%49.58
%4.20
%46.22

CMYK Percentages of Color #ec14dc

%0
%92
%7
%7

Triadic Colors of #ec14dc

#ec14dc #dcec14 #14dcec

Analogous Colors of #ec14dc

#ec14dc #ec1470 #9014ec

Monochromatic Colors of #ec14dc

#ec14dc

Complementary Color

#ec14dc #14ec24

#ec14dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec14dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec14dc Color CSS Codes

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

#ec14dc Text Font Color

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

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


#ec14dc Background Color

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

This div background color is #ec14dc


#ec14dc Border Color

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

This div border color is #ec14dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec14dc


Comments

No comments written yet.

Please login to write comment.