Color Hex Logo

#ec92ae Color Hex

#EC92AE
(236,146,174)
0 Favorites   0 Comments

Color spaces of #ec92ae

RGB 236146174
HSL0.950.700.75
HSV341°38°93°
CMYK 0.000.380.26   0.07
XYZ52.510941.446645.2768
Yxy41.44660.37710.2977
Hunter Lab64.379032.93063.3676
CIE-Lab70.487737.4819-0.1634

#ec92ae color RGB value is (236,146,174).

#ec92ae hex color red value is 236, green value is 146 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec92ae hue: 0.95 , saturation: 0.70 and the lightness value of ec92ae is 0.75.

The process color (four color CMYK) of #ec92ae color hex is 0.00, 0.38, 0.26, 0.07. Web safe color of #ec92ae is #ff9999. Color #ec92ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 10101110
Octal 354 222 256
Decimal 236 146 174
Hex EC 92 AE

RGB Percentages of Color #ec92ae

%42.45
%26.26
%31.29

CMYK Percentages of Color #ec92ae

%0
%38
%26
%7

Triadic Colors of #ec92ae

#ec92ae #aeec92 #92aeec

Analogous Colors of #ec92ae

#ec92ae #eca392 #ec92db

Monochromatic Colors of #ec92ae

#ec92ae

Complementary Color

#ec92ae #92ecd0

#ec92ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec92ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec92ae Color CSS Codes

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

#ec92ae Text Font Color

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

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


#ec92ae Background Color

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

This div background color is #ec92ae


#ec92ae Border Color

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

This div border color is #ec92ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec92ae


Comments

No comments written yet.

Please login to write comment.