Color Hex Logo

#ec81da Color Hex

#EC81DA
(236,129,218)
0 Favorites   0 Comments

Color spaces of #ec81da

RGB 236129218
HSL0.860.740.72
HSV310°45°93°
CMYK 0.000.450.08   0.07
XYZ55.097238.595370.8754
Yxy38.59530.33480.2345
Hunter Lab62.125149.5882-24.1534
CIE-Lab68.457152.8625-27.7149

#ec81da color RGB value is (236,129,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 11011010
Octal 354 201 332
Decimal 236 129 218
Hex EC 81 DA

RGB Percentages of Color #ec81da

%40.48
%22.13
%37.39

CMYK Percentages of Color #ec81da

%0
%45
%8
%7

Triadic Colors of #ec81da

#ec81da #daec81 #81daec

Analogous Colors of #ec81da

#ec81da #ec81a5 #c981ec

Monochromatic Colors of #ec81da

#ec81da

Complementary Color

#ec81da #81ec93

#ec81da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec81da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec81da Color CSS Codes

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

#ec81da Text Font Color

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

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


#ec81da Background Color

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

This div background color is #ec81da


#ec81da Border Color

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

This div border color is #ec81da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec81da


Comments

No comments written yet.

Please login to write comment.