Color Hex Logo

#ec5488 Color Hex

#EC5488
(236,84,136)
0 Favorites   0 Comments

Color spaces of #ec5488

RGB 23684136
HSL0.940.800.63
HSV339°64°93°
CMYK 0.000.640.42   0.07
XYZ42.206325.951126.0771
Yxy25.95110.44790.2754
Hunter Lab50.942258.74075.3093
CIE-Lab57.990662.53553.3677

#ec5488 color RGB value is (236,84,136).

#ec5488 hex color red value is 236, green value is 84 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ec5488 hue: 0.94 , saturation: 0.80 and the lightness value of ec5488 is 0.63.

The process color (four color CMYK) of #ec5488 color hex is 0.00, 0.64, 0.42, 0.07. Web safe color of #ec5488 is #ff6699. Color #ec5488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 10001000
Octal 354 124 210
Decimal 236 84 136
Hex EC 54 88

RGB Percentages of Color #ec5488

%51.75
%18.42
%29.82

CMYK Percentages of Color #ec5488

%0
%64
%42
%7

Triadic Colors of #ec5488

#ec5488 #88ec54 #5488ec

Analogous Colors of #ec5488

#ec5488 #ec6c54 #ec54d4

Monochromatic Colors of #ec5488

#ec5488

Complementary Color

#ec5488 #54ecb8

#ec5488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5488 Color CSS Codes

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

#ec5488 Text Font Color

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

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


#ec5488 Background Color

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

This div background color is #ec5488


#ec5488 Border Color

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

This div border color is #ec5488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5488


Comments

No comments written yet.

Please login to write comment.