Color Hex Logo

#ec17cc Color Hex

#EC17CC
(236,23,204)
0 Favorites   0 Comments

Color spaces of #ec17cc

RGB 23623204
HSL0.860.850.51
HSV309°90°93°
CMYK 0.000.900.14   0.07
XYZ45.797622.805359.1148
Yxy22.80530.35860.1786
Hunter Lab47.754987.6129-39.9654
CIE-Lab54.871286.5074-40.9664

#ec17cc color RGB value is (236,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 11001100
Octal 354 27 314
Decimal 236 23 204
Hex EC 17 CC

RGB Percentages of Color #ec17cc

%50.97
%4.97
%44.06

CMYK Percentages of Color #ec17cc

%0
%90
%14
%7

Triadic Colors of #ec17cc

#ec17cc #ccec17 #17ccec

Analogous Colors of #ec17cc

#ec17cc #ec1761 #a217ec

Monochromatic Colors of #ec17cc

#ec17cc

Complementary Color

#ec17cc #17ec37

#ec17cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec17cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec17cc Color CSS Codes

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

#ec17cc Text Font Color

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

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


#ec17cc Background Color

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

This div background color is #ec17cc


#ec17cc Border Color

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

This div border color is #ec17cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec17cc


Comments

No comments written yet.

Please login to write comment.