Color Hex Logo

#ec005e Color Hex

#EC005E
(236,0,94)
0 Favorites   0 Comments

Color spaces of #ec005e

RGB 236094
HSL0.931.000.46
HSV336°100°93°
CMYK 0.001.000.60   0.07
XYZ36.612518.641012.2581
Yxy18.64100.54230.2761
Hunter Lab43.175275.811013.3893
CIE-Lab50.264578.180717.6772

#ec005e color RGB value is (236,0,94).

#ec005e hex color red value is 236, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec005e hue: 0.93 , saturation: 1.00 and the lightness value of ec005e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 01011110
Octal 354 0 136
Decimal 236 0 94
Hex EC 0 5E

RGB Percentages of Color #ec005e

%71.52
%0.00
%28.48

CMYK Percentages of Color #ec005e

%0
%100
%60
%7

Triadic Colors of #ec005e

#ec005e #5eec00 #005eec

Analogous Colors of #ec005e

#ec005e #ec1800 #ec00d4

Monochromatic Colors of #ec005e

#ec005e

Complementary Color

#ec005e #00ec8e

#ec005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec005e Color CSS Codes

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

#ec005e Text Font Color

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

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


#ec005e Background Color

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

This div background color is #ec005e


#ec005e Border Color

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

This div border color is #ec005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec005e


Comments

No comments written yet.

Please login to write comment.