Color Hex Logo

#ec5cad Color Hex

#EC5CAD
(236,92,173)
0 Favorites   0 Comments

Color spaces of #ec5cad

RGB 23692173
HSL0.910.790.64
HSV326°61°93°
CMYK 0.000.610.27   0.07
XYZ45.962028.504342.6146
Yxy28.50430.39260.2435
Hunter Lab53.389460.2360-9.9518
CIE-Lab60.341663.3965-14.6715

#ec5cad color RGB value is (236,92,173).

#ec5cad hex color red value is 236, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ec5cad hue: 0.91 , saturation: 0.79 and the lightness value of ec5cad is 0.64.

The process color (four color CMYK) of #ec5cad color hex is 0.00, 0.61, 0.27, 0.07. Web safe color of #ec5cad is #ff6699. Color #ec5cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011100 10101101
Octal 354 134 255
Decimal 236 92 173
Hex EC 5C AD

RGB Percentages of Color #ec5cad

%47.11
%18.36
%34.53

CMYK Percentages of Color #ec5cad

%0
%61
%27
%7

Triadic Colors of #ec5cad

#ec5cad #adec5c #5cadec

Analogous Colors of #ec5cad

#ec5cad #ec5c65 #e35cec

Monochromatic Colors of #ec5cad

#ec5cad

Complementary Color

#ec5cad #5cec9b

#ec5cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5cad Color CSS Codes

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

#ec5cad Text Font Color

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

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


#ec5cad Background Color

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

This div background color is #ec5cad


#ec5cad Border Color

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

This div border color is #ec5cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5cad


Comments

No comments written yet.

Please login to write comment.