Color Hex Logo

#ec92cc Color Hex

#EC92CC
(236,146,204)
0 Favorites   0 Comments

Color spaces of #ec92cc

RGB 236146204
HSL0.890.700.75
HSV321°38°93°
CMYK 0.000.380.14   0.07
XYZ55.770042.750362.4390
Yxy42.75030.34650.2656
Hunter Lab65.383737.8327-10.8511
CIE-Lab71.385241.9316-15.4967

#ec92cc color RGB value is (236,146,204).

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

The process color (four color CMYK) of #ec92cc color hex is 0.00, 0.38, 0.14, 0.07. Web safe color of #ec92cc is #ff99cc. Color #ec92cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 11001100
Octal 354 222 314
Decimal 236 146 204
Hex EC 92 CC

RGB Percentages of Color #ec92cc

%40.27
%24.91
%34.81

CMYK Percentages of Color #ec92cc

%0
%38
%14
%7

Triadic Colors of #ec92cc

#ec92cc #ccec92 #92ccec

Analogous Colors of #ec92cc

#ec92cc #ec929f #df92ec

Monochromatic Colors of #ec92cc

#ec92cc

Complementary Color

#ec92cc #92ecb2

#ec92cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec92cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec92cc Color CSS Codes

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

#ec92cc Text Font Color

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

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


#ec92cc Background Color

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

This div background color is #ec92cc


#ec92cc Border Color

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

This div border color is #ec92cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec92cc


Comments

No comments written yet.

Please login to write comment.