color codes Logo

#ec70cc color codes

#EC70CC
(236,112,204)
0 Favorites   0 Comments

Color spaces of #ec70cc

RGB 236112204
HSL0.880.770.68
HSV315°53°93°
CMYK 0.000.530.14   0.07
XYZ51.285333.780860.9441
Yxy33.78080.35120.2314
Hunter Lab58.121355.7935-21.4847
CIE-Lab64.788258.8316-25.5340

#ec70cc color RGB value is (236,112,204).

#ec70cc hex color red value is 236, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ec70cc hue: 0.88 , saturation: 0.77 and the lightness value of ec70cc is 0.68.

The process color (four color CMYK) of #ec70cc color code is 0.00, 0.53, 0.14, 0.07. Web safe color of #ec70cc is #ff66cc. Color #ec70cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 11001100
Octal 354 160 314
Decimal 236 112 204
Hex EC 70 CC

RGB Percentages of Color #ec70cc

%42.75
%20.29
%36.96

CMYK Percentages of Color #ec70cc

%0
%53
%14
%7

Triadic Colors of #ec70cc

#ec70cc #ccec70 #70ccec

Analogous Colors of #ec70cc

#ec70cc #ec708e #ce70ec

Monochromatic Colors of #ec70cc

#ec70cc

Complementary Color

#ec70cc #70ec90

#ec70cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec70cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec70cc Color CSS Codes

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

#ec70cc Text Font Color

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

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


#ec70cc Background Color

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

This div background color is #ec70cc


#ec70cc Border Color

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

This div border color is #ec70cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec70cc


Comments

No comments written yet.

Please login to write comment.