Color Hex Logo

#ec1168 Color Hex

#EC1168
(236,17,104)
0 Favorites   0 Comments

Color spaces of #ec1168

RGB 23617104
HSL0.930.870.50
HSV336°93°93°
CMYK 0.000.930.56   0.07
XYZ37.291219.233214.8436
Yxy19.23320.52250.2695
Hunter Lab43.855775.034110.6314
CIE-Lab50.958977.421812.5130

#ec1168 color RGB value is (236,17,104).

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

The process color (four color CMYK) of #ec1168 color hex is 0.00, 0.93, 0.56, 0.07. Web safe color of #ec1168 is #ff0066. Color #ec1168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 01101000
Octal 354 21 150
Decimal 236 17 104
Hex EC 11 68

RGB Percentages of Color #ec1168

%66.11
%4.76
%29.13

CMYK Percentages of Color #ec1168

%0
%93
%56
%7

Triadic Colors of #ec1168

#ec1168 #68ec11 #1168ec

Analogous Colors of #ec1168

#ec1168 #ec2811 #ec11d6

Monochromatic Colors of #ec1168

#ec1168

Complementary Color

#ec1168 #11ec95

#ec1168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1168 Color CSS Codes

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

#ec1168 Text Font Color

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

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


#ec1168 Background Color

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

This div background color is #ec1168


#ec1168 Border Color

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

This div border color is #ec1168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1168


Comments

No comments written yet.

Please login to write comment.