Color Hex Logo

#ec86da Color Hex

#EC86DA
(236,134,218)
0 Favorites   0 Comments

Color spaces of #ec86da

RGB 236134218
HSL0.860.730.73
HSV311°43°93°
CMYK 0.000.430.08   0.07
XYZ55.772139.945071.1003
Yxy39.94500.33430.2395
Hunter Lab63.202146.9122-22.4579
CIE-Lab69.430350.3629-26.2200

#ec86da color RGB value is (236,134,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 11011010
Octal 354 206 332
Decimal 236 134 218
Hex EC 86 DA

RGB Percentages of Color #ec86da

%40.14
%22.79
%37.07

CMYK Percentages of Color #ec86da

%0
%43
%8
%7

Triadic Colors of #ec86da

#ec86da #daec86 #86daec

Analogous Colors of #ec86da

#ec86da #ec86a7 #cb86ec

Monochromatic Colors of #ec86da

#ec86da

Complementary Color

#ec86da #86ec98

#ec86da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec86da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec86da Color CSS Codes

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

#ec86da Text Font Color

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

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


#ec86da Background Color

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

This div background color is #ec86da


#ec86da Border Color

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

This div border color is #ec86da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec86da


Comments

No comments written yet.

Please login to write comment.