Color Hex Logo

#ec6fae Color Hex

#EC6FAE
(236,111,174)
0 Favorites   0 Comments

Color spaces of #ec6fae

RGB 236111174
HSL0.920.770.68
HSV330°53°93°
CMYK 0.000.530.26   0.07
XYZ47.916532.257743.7453
Yxy32.25770.38670.2603
Hunter Lab56.795951.2009-5.9092
CIE-Lab63.555355.0304-10.4133

#ec6fae color RGB value is (236,111,174).

#ec6fae hex color red value is 236, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec6fae hue: 0.92 , saturation: 0.77 and the lightness value of ec6fae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101111 10101110
Octal 354 157 256
Decimal 236 111 174
Hex EC 6F AE

RGB Percentages of Color #ec6fae

%45.30
%21.31
%33.40

CMYK Percentages of Color #ec6fae

%0
%53
%26
%7

Triadic Colors of #ec6fae

#ec6fae #aeec6f #6faeec

Analogous Colors of #ec6fae

#ec6fae #ec6f70 #ec6fec

Monochromatic Colors of #ec6fae

#ec6fae

Complementary Color

#ec6fae #6fecad

#ec6fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6fae Color CSS Codes

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

#ec6fae Text Font Color

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

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


#ec6fae Background Color

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

This div background color is #ec6fae


#ec6fae Border Color

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

This div border color is #ec6fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6fae


Comments

No comments written yet.

Please login to write comment.