Color Hex Logo

#ec308a Color Hex

#EC308A
(236,48,138)
0 Favorites   0 Comments

Color spaces of #ec308a

RGB 23648138
HSL0.920.830.56
HSV331°80°93°
CMYK 0.000.800.42   0.07
XYZ40.236521.781726.1284
Yxy21.78170.45650.2471
Hunter Lab46.670972.2167-0.5235
CIE-Lab53.794674.5925-3.9482

#ec308a color RGB value is (236,48,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110000 10001010
Octal 354 60 212
Decimal 236 48 138
Hex EC 30 8A

RGB Percentages of Color #ec308a

%55.92
%11.37
%32.70

CMYK Percentages of Color #ec308a

%0
%80
%42
%7

Triadic Colors of #ec308a

#ec308a #8aec30 #308aec

Analogous Colors of #ec308a

#ec308a #ec3430 #ec30e8

Monochromatic Colors of #ec308a

#ec308a

Complementary Color

#ec308a #30ec92

#ec308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec308a Color CSS Codes

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

#ec308a Text Font Color

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

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


#ec308a Background Color

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

This div background color is #ec308a


#ec308a Border Color

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

This div border color is #ec308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec308a


Comments

No comments written yet.

Please login to write comment.