Color Hex Logo

#ec6aaf Color Hex

#EC6AAF
(236,106,175)
0 Favorites   0 Comments

Color spaces of #ec6aaf

RGB 236106175
HSL0.910.770.67
HSV328°55°93°
CMYK 0.000.550.26   0.07
XYZ47.484031.236144.0839
Yxy31.23610.38670.2544
Hunter Lab55.889353.8489-7.6438
CIE-Lab62.706457.4884-12.2566

#ec6aaf color RGB value is (236,106,175).

#ec6aaf hex color red value is 236, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec6aaf hue: 0.91 , saturation: 0.77 and the lightness value of ec6aaf is 0.67.

The process color (four color CMYK) of #ec6aaf color hex is 0.00, 0.55, 0.26, 0.07. Web safe color of #ec6aaf is #ff6699. Color #ec6aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101010 10101111
Octal 354 152 257
Decimal 236 106 175
Hex EC 6A AF

RGB Percentages of Color #ec6aaf

%45.65
%20.50
%33.85

CMYK Percentages of Color #ec6aaf

%0
%55
%26
%7

Triadic Colors of #ec6aaf

#ec6aaf #afec6a #6aafec

Analogous Colors of #ec6aaf

#ec6aaf #ec6a6e #e86aec

Monochromatic Colors of #ec6aaf

#ec6aaf

Complementary Color

#ec6aaf #6aeca7

#ec6aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6aaf Color CSS Codes

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

#ec6aaf Text Font Color

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

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


#ec6aaf Background Color

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

This div background color is #ec6aaf


#ec6aaf Border Color

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

This div border color is #ec6aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6aaf


Comments

No comments written yet.

Please login to write comment.