Color Hex Logo

#ec80da Color Hex

#EC80DA
(236,128,218)
0 Favorites   0 Comments

Color spaces of #ec80da

RGB 236128218
HSL0.860.740.71
HSV310°46°93°
CMYK 0.000.460.08   0.07
XYZ54.966138.333270.8317
Yxy38.33320.33490.2336
Hunter Lab61.913850.1203-24.4903
CIE-Lab68.265553.3576-28.0096

#ec80da color RGB value is (236,128,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 11011010
Octal 354 200 332
Decimal 236 128 218
Hex EC 80 DA

RGB Percentages of Color #ec80da

%40.55
%21.99
%37.46

CMYK Percentages of Color #ec80da

%0
%46
%8
%7

Triadic Colors of #ec80da

#ec80da #daec80 #80daec

Analogous Colors of #ec80da

#ec80da #ec80a4 #c880ec

Monochromatic Colors of #ec80da

#ec80da

Complementary Color

#ec80da #80ec92

#ec80da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec80da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec80da Color CSS Codes

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

#ec80da Text Font Color

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

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


#ec80da Background Color

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

This div background color is #ec80da


#ec80da Border Color

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

This div border color is #ec80da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec80da


Comments

No comments written yet.

Please login to write comment.