Color Hex Logo

#ec309b Color Hex

#EC309B
(236,48,155)
0 Favorites   0 Comments

Color spaces of #ec309b

RGB 23648155
HSL0.910.830.56
HSV326°80°93°
CMYK 0.000.800.34   0.07
XYZ41.565422.313333.1265
Yxy22.31330.42850.2300
Hunter Lab47.237074.4035-8.5132
CIE-Lab54.357976.2533-13.2077

#ec309b color RGB value is (236,48,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110000 10011011
Octal 354 60 233
Decimal 236 48 155
Hex EC 30 9B

RGB Percentages of Color #ec309b

%53.76
%10.93
%35.31

CMYK Percentages of Color #ec309b

%0
%80
%34
%7

Triadic Colors of #ec309b

#ec309b #9bec30 #309bec

Analogous Colors of #ec309b

#ec309b #ec303d #df30ec

Monochromatic Colors of #ec309b

#ec309b

Complementary Color

#ec309b #30ec81

#ec309b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec309b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec309b Color CSS Codes

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

#ec309b Text Font Color

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

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


#ec309b Background Color

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

This div background color is #ec309b


#ec309b Border Color

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

This div border color is #ec309b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec309b


Comments

No comments written yet.

Please login to write comment.