Color Hex Logo

#ec68ae Color Hex

#EC68AE
(236,104,174)
0 Favorites   0 Comments

Color spaces of #ec68ae

RGB 236104174
HSL0.910.780.67
HSV328°56°93°
CMYK 0.000.560.26   0.07
XYZ47.182430.789543.5006
Yxy30.78950.38840.2535
Hunter Lab55.488354.6763-7.6392
CIE-Lab62.329558.2712-12.2510

#ec68ae color RGB value is (236,104,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 10101110
Octal 354 150 256
Decimal 236 104 174
Hex EC 68 AE

RGB Percentages of Color #ec68ae

%45.91
%20.23
%33.85

CMYK Percentages of Color #ec68ae

%0
%56
%26
%7

Triadic Colors of #ec68ae

#ec68ae #aeec68 #68aeec

Analogous Colors of #ec68ae

#ec68ae #ec686c #e868ec

Monochromatic Colors of #ec68ae

#ec68ae

Complementary Color

#ec68ae #68eca6

#ec68ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec68ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec68ae Color CSS Codes

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

#ec68ae Text Font Color

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

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


#ec68ae Background Color

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

This div background color is #ec68ae


#ec68ae Border Color

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

This div border color is #ec68ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,104,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 #ec68ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec68ae


Comments

No comments written yet.

Please login to write comment.