Color Hex Logo

#ec84ca Color Hex

#EC84CA
(236,132,202)
0 Favorites   0 Comments

Color spaces of #ec84ca

RGB 236132202
HSL0.890.730.72
HSV320°44°93°
CMYK 0.000.440.14   0.07
XYZ53.504038.599760.5076
Yxy38.59970.35060.2529
Hunter Lab62.128744.9956-14.2529
CIE-Lab68.460348.7909-18.8084

#ec84ca color RGB value is (236,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 11001010
Octal 354 204 312
Decimal 236 132 202
Hex EC 84 CA

RGB Percentages of Color #ec84ca

%41.40
%23.16
%35.44

CMYK Percentages of Color #ec84ca

%0
%44
%14
%7

Triadic Colors of #ec84ca

#ec84ca #caec84 #84caec

Analogous Colors of #ec84ca

#ec84ca #ec8496 #da84ec

Monochromatic Colors of #ec84ca

#ec84ca

Complementary Color

#ec84ca #84eca6

#ec84ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec84ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec84ca Color CSS Codes

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

#ec84ca Text Font Color

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

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


#ec84ca Background Color

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

This div background color is #ec84ca


#ec84ca Border Color

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

This div border color is #ec84ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec84ca


Comments

No comments written yet.

Please login to write comment.