Color Hex Logo

#ec14be Color Hex

#EC14BE
(236,20,190)
0 Favorites   0 Comments

Color spaces of #ec14be

RGB 23620190
HSL0.870.850.50
HSV313°92°93°
CMYK 0.000.920.19   0.07
XYZ44.136522.050950.6452
Yxy22.05090.37780.1887
Hunter Lab46.958485.5962-31.0741
CIE-Lab54.081085.1160-34.1319

#ec14be color RGB value is (236,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 10111110
Octal 354 24 276
Decimal 236 20 190
Hex EC 14 BE

RGB Percentages of Color #ec14be

%52.91
%4.48
%42.60

CMYK Percentages of Color #ec14be

%0
%92
%19
%7

Triadic Colors of #ec14be

#ec14be #beec14 #14beec

Analogous Colors of #ec14be

#ec14be #ec1452 #ae14ec

Monochromatic Colors of #ec14be

#ec14be

Complementary Color

#ec14be #14ec42

#ec14be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec14be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec14be Color CSS Codes

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

#ec14be Text Font Color

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

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


#ec14be Background Color

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

This div background color is #ec14be


#ec14be Border Color

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

This div border color is #ec14be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec14be


Comments

No comments written yet.

Please login to write comment.