Color Hex Logo

#ec17dc Color Hex

#EC17DC
(236,23,220)
0 Favorites   0 Comments

Color spaces of #ec17dc

RGB 23623220
HSL0.850.850.51
HSV305°90°93°
CMYK 0.000.900.07   0.07
XYZ47.816723.613069.7477
Yxy23.61300.33870.1673
Hunter Lab48.593290.6095-51.0860
CIE-Lab55.698288.6207-48.7887

#ec17dc color RGB value is (236,23,220).

#ec17dc hex color red value is 236, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ec17dc hue: 0.85 , saturation: 0.85 and the lightness value of ec17dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 11011100
Octal 354 27 334
Decimal 236 23 220
Hex EC 17 DC

RGB Percentages of Color #ec17dc

%49.27
%4.80
%45.93

CMYK Percentages of Color #ec17dc

%0
%90
%7
%7

Triadic Colors of #ec17dc

#ec17dc #dcec17 #17dcec

Analogous Colors of #ec17dc

#ec17dc #ec1772 #9217ec

Monochromatic Colors of #ec17dc

#ec17dc

Complementary Color

#ec17dc #17ec27

#ec17dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec17dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec17dc Color CSS Codes

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

#ec17dc Text Font Color

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

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


#ec17dc Background Color

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

This div background color is #ec17dc


#ec17dc Border Color

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

This div border color is #ec17dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec17dc


Comments

No comments written yet.

Please login to write comment.