Color Hex Logo

#ec306a Color Hex

#EC306A
(236,48,106)
0 Favorites   0 Comments

Color spaces of #ec306a

RGB 23648106
HSL0.950.830.56
HSV341°80°93°
CMYK 0.000.800.55   0.07
XYZ38.250520.987415.6706
Yxy20.98740.51060.2802
Hunter Lab45.812068.866611.7875
CIE-Lab52.935772.013414.0441

#ec306a color RGB value is (236,48,106).

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

The process color (four color CMYK) of #ec306a color hex is 0.00, 0.80, 0.55, 0.07. Web safe color of #ec306a is #ff3366. Color #ec306a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110000 01101010
Octal 354 60 152
Decimal 236 48 106
Hex EC 30 6A

RGB Percentages of Color #ec306a

%60.51
%12.31
%27.18

CMYK Percentages of Color #ec306a

%0
%80
%55
%7

Triadic Colors of #ec306a

#ec306a #6aec30 #306aec

Analogous Colors of #ec306a

#ec306a #ec5430 #ec30c8

Monochromatic Colors of #ec306a

#ec306a

Complementary Color

#ec306a #30ecb2

#ec306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec306a Color CSS Codes

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

#ec306a Text Font Color

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

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


#ec306a Background Color

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

This div background color is #ec306a


#ec306a Border Color

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

This div border color is #ec306a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec306a


Comments

No comments written yet.

Please login to write comment.