Color Hex Logo

#ec0153 Color Hex

#EC0153
(236,1,83)
0 Favorites   0 Comments

Color spaces of #ec0153

RGB 236183
HSL0.940.990.46
HSV339°100°93°
CMYK 0.001.000.65   0.07
XYZ36.164318.47919.8444
Yxy18.47910.56080.2866
Hunter Lab42.987374.940316.5133
CIE-Lab50.072177.519324.1526

#ec0153 color RGB value is (236,1,83).

#ec0153 hex color red value is 236, green value is 1 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ec0153 hue: 0.94 , saturation: 0.99 and the lightness value of ec0153 is 0.46.

The process color (four color CMYK) of #ec0153 color hex is 0.00, 1.00, 0.65, 0.07. Web safe color of #ec0153 is #ff0066. Color #ec0153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000001 01010011
Octal 354 1 123
Decimal 236 1 83
Hex EC 1 53

RGB Percentages of Color #ec0153

%73.75
%0.31
%25.94

CMYK Percentages of Color #ec0153

%0
%100
%65
%7

Triadic Colors of #ec0153

#ec0153 #53ec01 #0153ec

Analogous Colors of #ec0153

#ec0153 #ec2501 #ec01c9

Monochromatic Colors of #ec0153

#ec0153

Complementary Color

#ec0153 #01ec9a

#ec0153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0153 Color CSS Codes

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

#ec0153 Text Font Color

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

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


#ec0153 Background Color

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

This div background color is #ec0153


#ec0153 Border Color

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

This div border color is #ec0153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0153


Comments

No comments written yet.

Please login to write comment.