Color Hex Logo

#ec458b Color Hex

#EC458B
(236,69,139)
0 Favorites   0 Comments

Color spaces of #ec458b

RGB 23669139
HSL0.930.810.60
HSV335°71°93°
CMYK 0.000.710.41   0.07
XYZ41.380423.953226.8685
Yxy23.95320.44880.2598
Hunter Lab48.942065.27301.7100
CIE-Lab56.040968.4348-1.2378

#ec458b color RGB value is (236,69,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000101 10001011
Octal 354 105 213
Decimal 236 69 139
Hex EC 45 8B

RGB Percentages of Color #ec458b

%53.15
%15.54
%31.31

CMYK Percentages of Color #ec458b

%0
%71
%41
%7

Triadic Colors of #ec458b

#ec458b #8bec45 #458bec

Analogous Colors of #ec458b

#ec458b #ec5345 #ec45df

Monochromatic Colors of #ec458b

#ec458b

Complementary Color

#ec458b #45eca6

#ec458b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec458b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec458b Color CSS Codes

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

#ec458b Text Font Color

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

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


#ec458b Background Color

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

This div background color is #ec458b


#ec458b Border Color

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

This div border color is #ec458b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec458b


Comments

No comments written yet.

Please login to write comment.