Color Hex Logo

#ed17ce Color Hex

#ED17CE
(237,23,206)
0 Favorites   0 Comments

Color spaces of #ed17ce

RGB 23723206
HSL0.860.860.51
HSV309°90°93°
CMYK 0.000.900.13   0.07
XYZ46.372023.073560.4021
Yxy23.07350.35710.1777
Hunter Lab48.034988.2596-40.9306
CIE-Lab55.148086.9465-41.6651

#ed17ce color RGB value is (237,23,206).

#ed17ce hex color red value is 237, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed17ce hue: 0.86 , saturation: 0.86 and the lightness value of ed17ce is 0.51.

The process color (four color CMYK) of #ed17ce color hex is 0.00, 0.90, 0.13, 0.07. Web safe color of #ed17ce is #ff00cc. Color #ed17ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 11001110
Octal 355 27 316
Decimal 237 23 206
Hex ED 17 CE

RGB Percentages of Color #ed17ce

%50.86
%4.94
%44.21

CMYK Percentages of Color #ed17ce

%0
%90
%13
%7

Triadic Colors of #ed17ce

#ed17ce #ceed17 #17ceed

Analogous Colors of #ed17ce

#ed17ce #ed1763 #a117ed

Monochromatic Colors of #ed17ce

#ed17ce

Complementary Color

#ed17ce #17ed36

#ed17ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed17ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed17ce Color CSS Codes

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

#ed17ce Text Font Color

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

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


#ed17ce Background Color

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

This div background color is #ed17ce


#ed17ce Border Color

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

This div border color is #ed17ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,23,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed17ce


Comments

No comments written yet.

Please login to write comment.