Color Hex Logo

#ec3a8f Color Hex

#EC3A8F
(236,58,143)
0 Favorites   0 Comments

Color spaces of #ec3a8f

RGB 23658143
HSL0.920.820.58
HSV331°75°93°
CMYK 0.000.750.39   0.07
XYZ41.063122.842128.2313
Yxy22.84210.44570.2479
Hunter Lab47.793469.7250-1.5669
CIE-Lab54.909372.3413-5.2749

#ec3a8f color RGB value is (236,58,143).

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

The process color (four color CMYK) of #ec3a8f color hex is 0.00, 0.75, 0.39, 0.07. Web safe color of #ec3a8f is #ff3399. Color #ec3a8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111010 10001111
Octal 354 72 217
Decimal 236 58 143
Hex EC 3A 8F

RGB Percentages of Color #ec3a8f

%54.00
%13.27
%32.72

CMYK Percentages of Color #ec3a8f

%0
%75
%39
%7

Triadic Colors of #ec3a8f

#ec3a8f #8fec3a #3a8fec

Analogous Colors of #ec3a8f

#ec3a8f #ec3e3a #ec3ae8

Monochromatic Colors of #ec3a8f

#ec3a8f

Complementary Color

#ec3a8f #3aec97

#ec3a8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3a8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3a8f Color CSS Codes

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

#ec3a8f Text Font Color

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

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


#ec3a8f Background Color

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

This div background color is #ec3a8f


#ec3a8f Border Color

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

This div border color is #ec3a8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,58,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 #ec3a8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3a8f


Comments

No comments written yet.

Please login to write comment.