Color Hex Logo

#ec038e Color Hex

#EC038E
(236,3,142)
0 Favorites   0 Comments

Color spaces of #ec038e

RGB 2363142
HSL0.900.970.47
HSV324°99°93°
CMYK 0.000.990.40   0.07
XYZ39.507119.851027.3406
Yxy19.85100.45570.2290
Hunter Lab44.554580.3083-5.1949
CIE-Lab51.668381.4751-9.5072

#ec038e color RGB value is (236,3,142).

#ec038e hex color red value is 236, green value is 3 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec038e hue: 0.90 , saturation: 0.97 and the lightness value of ec038e is 0.47.

The process color (four color CMYK) of #ec038e color hex is 0.00, 0.99, 0.40, 0.07. Web safe color of #ec038e is #ff0099. Color #ec038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 10001110
Octal 354 3 216
Decimal 236 3 142
Hex EC 3 8E

RGB Percentages of Color #ec038e

%61.94
%0.79
%37.27

CMYK Percentages of Color #ec038e

%0
%99
%40
%7

Triadic Colors of #ec038e

#ec038e #8eec03 #038eec

Analogous Colors of #ec038e

#ec038e #ec0319 #d603ec

Monochromatic Colors of #ec038e

#ec038e

Complementary Color

#ec038e #03ec61

#ec038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec038e Color CSS Codes

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

#ec038e Text Font Color

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

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


#ec038e Background Color

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

This div background color is #ec038e


#ec038e Border Color

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

This div border color is #ec038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec038e


Comments

No comments written yet.

Please login to write comment.