Color Hex Logo

#ec19fc Color Hex

#EC19FC
(236,25,252)
0 Favorites   0 Comments

Color spaces of #ec19fc

RGB 23625252
HSL0.820.970.54
HSV296°90°99°
CMYK 0.060.900.00   0.01
XYZ52.510425.556494.2607
Yxy25.55640.30470.1483
Hunter Lab50.553396.9419-75.1636
CIE-Lab57.613692.9725-63.6935

#ec19fc color RGB value is (236,25,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 11111100
Octal 354 31 374
Decimal 236 25 252
Hex EC 19 FC

RGB Percentages of Color #ec19fc

%46.00
%4.87
%49.12

CMYK Percentages of Color #ec19fc

%6
%90
%0
%1

Triadic Colors of #ec19fc

#ec19fc #fcec19 #19fcec

Analogous Colors of #ec19fc

#ec19fc #fc199b #7b19fc

Monochromatic Colors of #ec19fc

#ec19fc

Complementary Color

#ec19fc #29fc19

#ec19fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec19fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec19fc Color CSS Codes

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

#ec19fc Text Font Color

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

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


#ec19fc Background Color

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

This div background color is #ec19fc


#ec19fc Border Color

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

This div border color is #ec19fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec19fc


Comments

No comments written yet.

Please login to write comment.