Color Hex Logo

#ec3ea1 Color Hex

#EC3EA1
(236,62,161)
0 Favorites   0 Comments

Color spaces of #ec3ea1

RGB 23662161
HSL0.910.820.58
HSV326°74°93°
CMYK 0.000.740.32   0.07
XYZ42.747723.851336.0689
Yxy23.85130.41640.2323
Hunter Lab48.837870.7748-9.6019
CIE-Lab55.938673.0045-14.3525

#ec3ea1 color RGB value is (236,62,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111110 10100001
Octal 354 76 241
Decimal 236 62 161
Hex EC 3E A1

RGB Percentages of Color #ec3ea1

%51.42
%13.51
%35.08

CMYK Percentages of Color #ec3ea1

%0
%74
%32
%7

Triadic Colors of #ec3ea1

#ec3ea1 #a1ec3e #3ea1ec

Analogous Colors of #ec3ea1

#ec3ea1 #ec3e4a #e03eec

Monochromatic Colors of #ec3ea1

#ec3ea1

Complementary Color

#ec3ea1 #3eec89

#ec3ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3ea1 Color CSS Codes

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

#ec3ea1 Text Font Color

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

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


#ec3ea1 Background Color

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

This div background color is #ec3ea1


#ec3ea1 Border Color

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

This div border color is #ec3ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3ea1


Comments

No comments written yet.

Please login to write comment.