Color Hex Logo

#ec459b Color Hex

#EC459B
(236,69,155)
0 Favorites   0 Comments

Color spaces of #ec459b

RGB 23669155
HSL0.910.810.60
HSV329°71°93°
CMYK 0.000.710.34   0.07
XYZ42.636624.455733.4836
Yxy24.45570.42390.2432
Hunter Lab49.452767.3550-5.5274
CIE-Lab56.541270.0750-9.9249

#ec459b color RGB value is (236,69,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000101 10011011
Octal 354 105 233
Decimal 236 69 155
Hex EC 45 9B

RGB Percentages of Color #ec459b

%51.30
%15.00
%33.70

CMYK Percentages of Color #ec459b

%0
%71
%34
%7

Triadic Colors of #ec459b

#ec459b #9bec45 #459bec

Analogous Colors of #ec459b

#ec459b #ec4547 #ea45ec

Monochromatic Colors of #ec459b

#ec459b

Complementary Color

#ec459b #45ec96

#ec459b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec459b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec459b Color CSS Codes

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

#ec459b Text Font Color

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

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


#ec459b Background Color

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

This div background color is #ec459b


#ec459b Border Color

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

This div border color is #ec459b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec459b


Comments

No comments written yet.

Please login to write comment.