Color Hex Logo

#ec86ca Color Hex

#EC86CA
(236,134,202)
0 Favorites   0 Comments

Color spaces of #ec86ca

RGB 236134202
HSL0.890.730.73
HSV320°43°93°
CMYK 0.000.430.14   0.07
XYZ53.777839.147360.5989
Yxy39.14730.35030.2550
Hunter Lab62.567843.9293-13.6268
CIE-Lab68.857847.7805-18.2056

#ec86ca color RGB value is (236,134,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 11001010
Octal 354 206 312
Decimal 236 134 202
Hex EC 86 CA

RGB Percentages of Color #ec86ca

%41.26
%23.43
%35.31

CMYK Percentages of Color #ec86ca

%0
%43
%14
%7

Triadic Colors of #ec86ca

#ec86ca #caec86 #86caec

Analogous Colors of #ec86ca

#ec86ca #ec8697 #db86ec

Monochromatic Colors of #ec86ca

#ec86ca

Complementary Color

#ec86ca #86eca8

#ec86ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec86ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec86ca Color CSS Codes

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

#ec86ca Text Font Color

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

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


#ec86ca Background Color

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

This div background color is #ec86ca


#ec86ca Border Color

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

This div border color is #ec86ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec86ca


Comments

No comments written yet.

Please login to write comment.