Color Hex Logo

#ec70cd Color Hex

#EC70CD
(236,112,205)
0 Favorites   0 Comments

Color spaces of #ec70cd

RGB 236112205
HSL0.880.770.68
HSV315°53°93°
CMYK 0.000.530.13   0.07
XYZ51.405733.829061.5779
Yxy33.82900.35010.2304
Hunter Lab58.162755.9782-22.0575
CIE-Lab64.826658.9844-26.0372

#ec70cd color RGB value is (236,112,205).

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

The process color (four color CMYK) of #ec70cd color hex is 0.00, 0.53, 0.13, 0.07. Web safe color of #ec70cd is #ff66cc. Color #ec70cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 11001101
Octal 354 160 315
Decimal 236 112 205
Hex EC 70 CD

RGB Percentages of Color #ec70cd

%42.68
%20.25
%37.07

CMYK Percentages of Color #ec70cd

%0
%53
%13
%7

Triadic Colors of #ec70cd

#ec70cd #cdec70 #70cdec

Analogous Colors of #ec70cd

#ec70cd #ec708f #cd70ec

Monochromatic Colors of #ec70cd

#ec70cd

Complementary Color

#ec70cd #70ec8f

#ec70cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec70cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec70cd Color CSS Codes

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

#ec70cd Text Font Color

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

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


#ec70cd Background Color

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

This div background color is #ec70cd


#ec70cd Border Color

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

This div border color is #ec70cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec70cd


Comments

No comments written yet.

Please login to write comment.