Color Hex Logo

#ec008f Color Hex

#EC008F
(236,0,143)
0 Favorites   0 Comments

Color spaces of #ec008f

RGB 2360143
HSL0.901.000.46
HSV324°100°93°
CMYK 0.001.000.39   0.07
XYZ39.550019.816027.7270
Yxy19.81600.45410.2275
Hunter Lab44.515280.6888-5.7691
CIE-Lab51.628581.7817-10.1675

#ec008f color RGB value is (236,0,143).

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

The process color (four color CMYK) of #ec008f color hex is 0.00, 1.00, 0.39, 0.07. Web safe color of #ec008f is #ff0099. Color #ec008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 10001111
Octal 354 0 217
Decimal 236 0 143
Hex EC 0 8F

RGB Percentages of Color #ec008f

%62.27
%0.00
%37.73

CMYK Percentages of Color #ec008f

%0
%100
%39
%7

Triadic Colors of #ec008f

#ec008f #8fec00 #008fec

Analogous Colors of #ec008f

#ec008f #ec0019 #d300ec

Monochromatic Colors of #ec008f

#ec008f

Complementary Color

#ec008f #00ec5d

#ec008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec008f Color CSS Codes

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

#ec008f Text Font Color

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

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


#ec008f Background Color

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

This div background color is #ec008f


#ec008f Border Color

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

This div border color is #ec008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec008f


Comments

No comments written yet.

Please login to write comment.