Color Hex Logo

#ec10c0 Color Hex

#EC10C0
(236,16,192)
0 Favorites   0 Comments

Color spaces of #ec10c0

RGB 23616192
HSL0.870.870.49
HSV312°93°93°
CMYK 0.000.930.19   0.07
XYZ44.291822.009251.7829
Yxy22.00920.37510.1864
Hunter Lab46.914086.4237-32.6036
CIE-Lab54.036885.7601-35.3598

#ec10c0 color RGB value is (236,16,192).

#ec10c0 hex color red value is 236, green value is 16 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ec10c0 hue: 0.87 , saturation: 0.87 and the lightness value of ec10c0 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010000 11000000
Octal 354 20 300
Decimal 236 16 192
Hex EC 10 C0

RGB Percentages of Color #ec10c0

%53.15
%3.60
%43.24

CMYK Percentages of Color #ec10c0

%0
%93
%19
%7

Triadic Colors of #ec10c0

#ec10c0 #c0ec10 #10c0ec

Analogous Colors of #ec10c0

#ec10c0 #ec1052 #aa10ec

Monochromatic Colors of #ec10c0

#ec10c0

Complementary Color

#ec10c0 #10ec3c

#ec10c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec10c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec10c0 Color CSS Codes

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

#ec10c0 Text Font Color

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

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


#ec10c0 Background Color

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

This div background color is #ec10c0


#ec10c0 Border Color

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

This div border color is #ec10c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec10c0


Comments

No comments written yet.

Please login to write comment.