Color Hex Logo

#ec70ae Color Hex

#EC70AE
(236,112,174)
0 Favorites   0 Comments

Color spaces of #ec70ae

RGB 236112174
HSL0.920.770.68
HSV330°53°93°
CMYK 0.000.530.26   0.07
XYZ48.026232.477243.7819
Yxy32.47720.38640.2613
Hunter Lab56.988850.6971-5.6577
CIE-Lab63.735354.5578-10.1440

#ec70ae color RGB value is (236,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 10101110
Octal 354 160 256
Decimal 236 112 174
Hex EC 70 AE

RGB Percentages of Color #ec70ae

%45.21
%21.46
%33.33

CMYK Percentages of Color #ec70ae

%0
%53
%26
%7

Triadic Colors of #ec70ae

#ec70ae #aeec70 #70aeec

Analogous Colors of #ec70ae

#ec70ae #ec7070 #ec70ec

Monochromatic Colors of #ec70ae

#ec70ae

Complementary Color

#ec70ae #70ecae

#ec70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec70ae Color CSS Codes

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

#ec70ae Text Font Color

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

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


#ec70ae Background Color

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

This div background color is #ec70ae


#ec70ae Border Color

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

This div border color is #ec70ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec70ae


Comments

No comments written yet.

Please login to write comment.