Color Hex Logo

#ec288a Color Hex

#EC288A
(236,40,138)
0 Favorites   0 Comments

Color spaces of #ec288a

RGB 23640138
HSL0.920.840.54
HSV330°83°93°
CMYK 0.000.830.42   0.07
XYZ39.938321.185426.0290
Yxy21.18540.45830.2431
Hunter Lab46.027674.3367-1.3097
CIE-Lab53.151876.4335-4.8987

#ec288a color RGB value is (236,40,138).

#ec288a hex color red value is 236, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ec288a hue: 0.92 , saturation: 0.84 and the lightness value of ec288a is 0.54.

The process color (four color CMYK) of #ec288a color hex is 0.00, 0.83, 0.42, 0.07. Web safe color of #ec288a is #ff3399. Color #ec288a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101000 10001010
Octal 354 50 212
Decimal 236 40 138
Hex EC 28 8A

RGB Percentages of Color #ec288a

%57.00
%9.66
%33.33

CMYK Percentages of Color #ec288a

%0
%83
%42
%7

Triadic Colors of #ec288a

#ec288a #8aec28 #288aec

Analogous Colors of #ec288a

#ec288a #ec2828 #ec28ec

Monochromatic Colors of #ec288a

#ec288a

Complementary Color

#ec288a #28ec8a

#ec288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec288a Color CSS Codes

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

#ec288a Text Font Color

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

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


#ec288a Background Color

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

This div background color is #ec288a


#ec288a Border Color

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

This div border color is #ec288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec288a


Comments

No comments written yet.

Please login to write comment.