Color Hex Logo

#ec167b Color Hex

#EC167B
(236,22,123)
0 Favorites   0 Comments

Color spaces of #ec167b

RGB 23622123
HSL0.920.850.51
HSV332°91°93°
CMYK 0.000.910.48   0.07
XYZ38.454119.836720.5410
Yxy19.83670.48780.2516
Hunter Lab44.538476.17323.8325
CIE-Lab51.652178.20011.9361

#ec167b color RGB value is (236,22,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 01111011
Octal 354 26 173
Decimal 236 22 123
Hex EC 16 7B

RGB Percentages of Color #ec167b

%61.94
%5.77
%32.28

CMYK Percentages of Color #ec167b

%0
%91
%48
%7

Triadic Colors of #ec167b

#ec167b #7bec16 #167bec

Analogous Colors of #ec167b

#ec167b #ec1c16 #ec16e6

Monochromatic Colors of #ec167b

#ec167b

Complementary Color

#ec167b #16ec87

#ec167b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec167b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec167b Color CSS Codes

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

#ec167b Text Font Color

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

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


#ec167b Background Color

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

This div background color is #ec167b


#ec167b Border Color

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

This div border color is #ec167b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec167b


Comments

No comments written yet.

Please login to write comment.