Color Hex Logo

#ec19c7 Color Hex

#EC19C7
(236,25,199)
0 Favorites   0 Comments

Color spaces of #ec19c7

RGB 23625199
HSL0.860.850.51
HSV311°89°93°
CMYK 0.000.890.16   0.07
XYZ45.248522.651656.0202
Yxy22.65160.36510.1828
Hunter Lab47.593786.4154-36.4718
CIE-Lab54.711685.6223-38.3433

#ec19c7 color RGB value is (236,25,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 11000111
Octal 354 31 307
Decimal 236 25 199
Hex EC 19 C7

RGB Percentages of Color #ec19c7

%51.30
%5.43
%43.26

CMYK Percentages of Color #ec19c7

%0
%89
%16
%7

Triadic Colors of #ec19c7

#ec19c7 #c7ec19 #19c7ec

Analogous Colors of #ec19c7

#ec19c7 #ec195d #a819ec

Monochromatic Colors of #ec19c7

#ec19c7

Complementary Color

#ec19c7 #19ec3e

#ec19c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec19c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec19c7 Color CSS Codes

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

#ec19c7 Text Font Color

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

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


#ec19c7 Background Color

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

This div background color is #ec19c7


#ec19c7 Border Color

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

This div border color is #ec19c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec19c7


Comments

No comments written yet.

Please login to write comment.