color codes Logo

#ec459f color codes

#EC459F
(236,69,159)
0 Favorites   0 Comments

Color spaces of #ec459f

RGB 23669159
HSL0.910.810.60
HSV328°71°93°
CMYK 0.000.710.33   0.07
XYZ42.978224.592335.2825
Yxy24.59230.41790.2391
Hunter Lab49.590667.9152-7.4699
CIE-Lab56.676070.5134-12.0680

#ec459f color RGB value is (236,69,159).

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

The process color (four color CMYK) of #ec459f color code is 0.00, 0.71, 0.33, 0.07. Web safe color of #ec459f is #ff3399. Color #ec459f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000101 10011111
Octal 354 105 237
Decimal 236 69 159
Hex EC 45 9F

RGB Percentages of Color #ec459f

%50.86
%14.87
%34.27

CMYK Percentages of Color #ec459f

%0
%71
%33
%7

Triadic Colors of #ec459f

#ec459f #9fec45 #459fec

Analogous Colors of #ec459f

#ec459f #ec454c #e645ec

Monochromatic Colors of #ec459f

#ec459f

Complementary Color

#ec459f #45ec92

#ec459f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec459f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec459f Color CSS Codes

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

#ec459f Text Font Color

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

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


#ec459f Background Color

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

This div background color is #ec459f


#ec459f Border Color

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

This div border color is #ec459f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec459f


Comments

No comments written yet.

Please login to write comment.