Color Hex Logo

#ec19fd Color Hex

#EC19FD
(236,25,253)
0 Favorites   0 Comments

Color spaces of #ec19fd

RGB 23625253
HSL0.820.980.55
HSV296°90°99°
CMYK 0.070.900.00   0.01
XYZ52.669325.620095.0977
Yxy25.62000.30380.1478
Hunter Lab50.616297.1620-75.9627
CIE-Lab57.674693.1230-64.1508

#ec19fd color RGB value is (236,25,253).

#ec19fd hex color red value is 236, green value is 25 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ec19fd hue: 0.82 , saturation: 0.98 and the lightness value of ec19fd is 0.55.

The process color (four color CMYK) of #ec19fd color hex is 0.07, 0.90, 0.00, 0.01. Web safe color of #ec19fd is #ff00ff. Color #ec19fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 11111101
Octal 354 31 375
Decimal 236 25 253
Hex EC 19 FD

RGB Percentages of Color #ec19fd

%45.91
%4.86
%49.22

CMYK Percentages of Color #ec19fd

%7
%90
%0
%1

Triadic Colors of #ec19fd

#ec19fd #fdec19 #19fdec

Analogous Colors of #ec19fd

#ec19fd #fd199c #7a19fd

Monochromatic Colors of #ec19fd

#ec19fd

Complementary Color

#ec19fd #2afd19

#ec19fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec19fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec19fd Color CSS Codes

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

#ec19fd Text Font Color

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

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


#ec19fd Background Color

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

This div background color is #ec19fd


#ec19fd Border Color

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

This div border color is #ec19fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec19fd


Comments

No comments written yet.

Please login to write comment.