Color Hex Logo

#ec469f Color Hex

#EC469F
(236,70,159)
0 Favorites   0 Comments

Color spaces of #ec469f

RGB 23670159
HSL0.910.810.60
HSV328°70°93°
CMYK 0.000.700.33   0.07
XYZ43.040224.716435.3032
Yxy24.71640.41760.2398
Hunter Lab49.715667.5302-7.3011
CIE-Lab56.798070.1718-11.8844

#ec469f color RGB value is (236,70,159).

#ec469f hex color red value is 236, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ec469f hue: 0.91 , saturation: 0.81 and the lightness value of ec469f is 0.60.

The process color (four color CMYK) of #ec469f color hex is 0.00, 0.70, 0.33, 0.07. Web safe color of #ec469f is #ff3399. Color #ec469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 10011111
Octal 354 106 237
Decimal 236 70 159
Hex EC 46 9F

RGB Percentages of Color #ec469f

%50.75
%15.05
%34.19

CMYK Percentages of Color #ec469f

%0
%70
%33
%7

Triadic Colors of #ec469f

#ec469f #9fec46 #469fec

Analogous Colors of #ec469f

#ec469f #ec464c #e646ec

Monochromatic Colors of #ec469f

#ec469f

Complementary Color

#ec469f #46ec93

#ec469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec469f Color CSS Codes

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

#ec469f Text Font Color

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

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


#ec469f Background Color

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

This div background color is #ec469f


#ec469f Border Color

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

This div border color is #ec469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec469f


Comments

No comments written yet.

Please login to write comment.