Color Hex Logo

#ec3eab Color Hex

#EC3EAB
(236,62,171)
0 Favorites   0 Comments

Color spaces of #ec3eab

RGB 23662171
HSL0.900.820.58
HSV322°74°93°
CMYK 0.000.740.28   0.07
XYZ43.665424.218440.9013
Yxy24.21840.40140.2226
Hunter Lab49.212272.2596-14.8286
CIE-Lab56.305874.1437-19.6424

#ec3eab color RGB value is (236,62,171).

#ec3eab hex color red value is 236, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ec3eab hue: 0.90 , saturation: 0.82 and the lightness value of ec3eab is 0.58.

The process color (four color CMYK) of #ec3eab color hex is 0.00, 0.74, 0.28, 0.07. Web safe color of #ec3eab is #ff3399. Color #ec3eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111110 10101011
Octal 354 76 253
Decimal 236 62 171
Hex EC 3E AB

RGB Percentages of Color #ec3eab

%50.32
%13.22
%36.46

CMYK Percentages of Color #ec3eab

%0
%74
%28
%7

Triadic Colors of #ec3eab

#ec3eab #abec3e #3eabec

Analogous Colors of #ec3eab

#ec3eab #ec3e54 #d63eec

Monochromatic Colors of #ec3eab

#ec3eab

Complementary Color

#ec3eab #3eec7f

#ec3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3eab Color CSS Codes

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

#ec3eab Text Font Color

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

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


#ec3eab Background Color

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

This div background color is #ec3eab


#ec3eab Border Color

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

This div border color is #ec3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3eab


Comments

No comments written yet.

Please login to write comment.