Color Hex Logo

#ec227a Color Hex

#EC227A
(236,34,122)
0 Favorites   0 Comments

Color spaces of #ec227a

RGB 23634122
HSL0.930.840.53
HSV334°86°93°
CMYK 0.000.860.48   0.07
XYZ38.677020.382120.3080
Yxy20.38210.48730.2568
Hunter Lab45.146573.91434.9325
CIE-Lab52.266576.26483.4308

#ec227a color RGB value is (236,34,122).

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

The process color (four color CMYK) of #ec227a color hex is 0.00, 0.86, 0.48, 0.07. Web safe color of #ec227a is #ff3366. Color #ec227a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100010 01111010
Octal 354 42 172
Decimal 236 34 122
Hex EC 22 7A

RGB Percentages of Color #ec227a

%60.20
%8.67
%31.12

CMYK Percentages of Color #ec227a

%0
%86
%48
%7

Triadic Colors of #ec227a

#ec227a #7aec22 #227aec

Analogous Colors of #ec227a

#ec227a #ec2f22 #ec22df

Monochromatic Colors of #ec227a

#ec227a

Complementary Color

#ec227a #22ec94

#ec227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec227a Color CSS Codes

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

#ec227a Text Font Color

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

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


#ec227a Background Color

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

This div background color is #ec227a


#ec227a Border Color

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

This div border color is #ec227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec227a


Comments

No comments written yet.

Please login to write comment.