Color Hex Logo

#ed70cd Color Hex

#ED70CD
(237,112,205)
0 Favorites   0 Comments

Color spaces of #ed70cd

RGB 237112205
HSL0.880.780.68
HSV315°53°93°
CMYK 0.000.530.14   0.07
XYZ51.738734.000661.5935
Yxy34.00060.35120.2308
Hunter Lab58.310056.3411-21.8116
CIE-Lab64.963059.2740-25.8159

#ed70cd color RGB value is (237,112,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 11001101
Octal 355 160 315
Decimal 237 112 205
Hex ED 70 CD

RGB Percentages of Color #ed70cd

%42.78
%20.22
%37.00

CMYK Percentages of Color #ed70cd

%0
%53
%14
%7

Triadic Colors of #ed70cd

#ed70cd #cded70 #70cded

Analogous Colors of #ed70cd

#ed70cd #ed708f #cf70ed

Monochromatic Colors of #ed70cd

#ed70cd

Complementary Color

#ed70cd #70ed90

#ed70cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed70cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed70cd Color CSS Codes

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

#ed70cd Text Font Color

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

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


#ed70cd Background Color

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

This div background color is #ed70cd


#ed70cd Border Color

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

This div border color is #ed70cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed70cd


Comments

No comments written yet.

Please login to write comment.