Color Hex Logo

#ec017a Color Hex

#EC017A
(236,1,122)
0 Favorites   0 Comments

Color spaces of #ec017a

RGB 2361122
HSL0.910.990.46
HSV329°100°93°
CMYK 0.001.000.48   0.07
XYZ38.115819.259720.1209
Yxy19.25970.49180.2485
Hunter Lab43.885978.23073.5367
CIE-Lab50.989779.96761.5814

#ec017a color RGB value is (236,1,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000001 01111010
Octal 354 1 172
Decimal 236 1 122
Hex EC 1 7A

RGB Percentages of Color #ec017a

%65.74
%0.28
%33.98

CMYK Percentages of Color #ec017a

%0
%100
%48
%7

Triadic Colors of #ec017a

#ec017a #7aec01 #017aec

Analogous Colors of #ec017a

#ec017a #ec0105 #e901ec

Monochromatic Colors of #ec017a

#ec017a

Complementary Color

#ec017a #01ec73

#ec017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec017a Color CSS Codes

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

#ec017a Text Font Color

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

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


#ec017a Background Color

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

This div background color is #ec017a


#ec017a Border Color

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

This div border color is #ec017a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec017a


Comments

No comments written yet.

Please login to write comment.