Color Hex Logo

#ec229f Color Hex

#EC229F
(236,34,159)
0 Favorites   0 Comments

Color spaces of #ec229f

RGB 23634159
HSL0.900.840.53
HSV323°86°93°
CMYK 0.000.860.33   0.07
XYZ41.422121.480134.7638
Yxy21.48010.42410.2199
Hunter Lab46.346678.4270-12.0298
CIE-Lab53.471079.6394-16.9174

#ec229f color RGB value is (236,34,159).

#ec229f hex color red value is 236, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ec229f hue: 0.90 , saturation: 0.84 and the lightness value of ec229f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100010 10011111
Octal 354 42 237
Decimal 236 34 159
Hex EC 22 9F

RGB Percentages of Color #ec229f

%55.01
%7.93
%37.06

CMYK Percentages of Color #ec229f

%0
%86
%33
%7

Triadic Colors of #ec229f

#ec229f #9fec22 #229fec

Analogous Colors of #ec229f

#ec229f #ec223a #d422ec

Monochromatic Colors of #ec229f

#ec229f

Complementary Color

#ec229f #22ec6f

#ec229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec229f Color CSS Codes

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

#ec229f Text Font Color

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

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


#ec229f Background Color

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

This div background color is #ec229f


#ec229f Border Color

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

This div border color is #ec229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec229f


Comments

No comments written yet.

Please login to write comment.