Color Hex Logo

#ec167e Color Hex

#EC167E
(236,22,126)
0 Favorites   0 Comments

Color spaces of #ec167e

RGB 23622126
HSL0.920.850.51
HSV331°91°93°
CMYK 0.000.910.47   0.07
XYZ38.644919.913021.5455
Yxy19.91300.48240.2486
Hunter Lab44.624076.49112.6102
CIE-Lab51.738778.43730.2454

#ec167e color RGB value is (236,22,126).

#ec167e hex color red value is 236, green value is 22 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ec167e hue: 0.92 , saturation: 0.85 and the lightness value of ec167e is 0.51.

The process color (four color CMYK) of #ec167e color hex is 0.00, 0.91, 0.47, 0.07. Web safe color of #ec167e is #ff0066. Color #ec167e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 01111110
Octal 354 26 176
Decimal 236 22 126
Hex EC 16 7E

RGB Percentages of Color #ec167e

%61.46
%5.73
%32.81

CMYK Percentages of Color #ec167e

%0
%91
%47
%7

Triadic Colors of #ec167e

#ec167e #7eec16 #167eec

Analogous Colors of #ec167e

#ec167e #ec1916 #ec16e9

Monochromatic Colors of #ec167e

#ec167e

Complementary Color

#ec167e #16ec84

#ec167e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec167e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec167e Color CSS Codes

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

#ec167e Text Font Color

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

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


#ec167e Background Color

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

This div background color is #ec167e


#ec167e Border Color

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

This div border color is #ec167e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec167e


Comments

No comments written yet.

Please login to write comment.