Color Hex Logo

#ec12ae Color Hex

#EC12AE
(236,18,174)
0 Favorites   0 Comments

Color spaces of #ec12ae

RGB 23618174
HSL0.880.860.50
HSV317°92°93°
CMYK 0.000.920.26   0.07
XYZ42.448421.321541.9226
Yxy21.32150.40160.2017
Hunter Lab46.175283.2866-21.5069
CIE-Lab53.299683.4835-26.0168

#ec12ae color RGB value is (236,18,174).

#ec12ae hex color red value is 236, green value is 18 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec12ae hue: 0.88 , saturation: 0.86 and the lightness value of ec12ae is 0.50.

The process color (four color CMYK) of #ec12ae color hex is 0.00, 0.92, 0.26, 0.07. Web safe color of #ec12ae is #ff0099. Color #ec12ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 10101110
Octal 354 22 256
Decimal 236 18 174
Hex EC 12 AE

RGB Percentages of Color #ec12ae

%55.14
%4.21
%40.65

CMYK Percentages of Color #ec12ae

%0
%92
%26
%7

Triadic Colors of #ec12ae

#ec12ae #aeec12 #12aeec

Analogous Colors of #ec12ae

#ec12ae #ec1241 #bd12ec

Monochromatic Colors of #ec12ae

#ec12ae

Complementary Color

#ec12ae #12ec50

#ec12ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec12ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec12ae Color CSS Codes

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

#ec12ae Text Font Color

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

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


#ec12ae Background Color

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

This div background color is #ec12ae


#ec12ae Border Color

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

This div border color is #ec12ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec12ae


Comments

No comments written yet.

Please login to write comment.