Color Hex Logo

#ec80c0 Color Hex

#EC80C0
(236,128,192)
0 Favorites   0 Comments

Color spaces of #ec80c0

RGB 236128192
HSL0.900.740.71
HSV324°46°93°
CMYK 0.000.460.19   0.07
XYZ51.825737.077054.2942
Yxy37.07700.36190.2589
Hunter Lab60.890945.3666-10.2431
CIE-Lab67.334849.2798-14.9162

#ec80c0 color RGB value is (236,128,192).

#ec80c0 hex color red value is 236, green value is 128 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ec80c0 hue: 0.90 , saturation: 0.74 and the lightness value of ec80c0 is 0.71.

The process color (four color CMYK) of #ec80c0 color hex is 0.00, 0.46, 0.19, 0.07. Web safe color of #ec80c0 is #ff99cc. Color #ec80c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 11000000
Octal 354 200 300
Decimal 236 128 192
Hex EC 80 C0

RGB Percentages of Color #ec80c0

%42.45
%23.02
%34.53

CMYK Percentages of Color #ec80c0

%0
%46
%19
%7

Triadic Colors of #ec80c0

#ec80c0 #c0ec80 #80c0ec

Analogous Colors of #ec80c0

#ec80c0 #ec808a #e280ec

Monochromatic Colors of #ec80c0

#ec80c0

Complementary Color

#ec80c0 #80ecac

#ec80c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec80c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec80c0 Color CSS Codes

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

#ec80c0 Text Font Color

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

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


#ec80c0 Background Color

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

This div background color is #ec80c0


#ec80c0 Border Color

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

This div border color is #ec80c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec80c0


Comments

No comments written yet.

Please login to write comment.