Color Hex Logo

#fe19d0 Color Hex

#FE19D0
(254,25,208)
0 Favorites   0 Comments

Color spaces of #fe19d0

RGB 25425208
HSL0.870.990.55
HSV312°90°100°
CMYK 0.000.900.18   0.00
XYZ52.605826.320261.9822
Yxy26.32020.37330.1868
Hunter Lab51.303293.2515-35.7192
CIE-Lab58.339790.0908-37.5826

#fe19d0 color RGB value is (254,25,208).

#fe19d0 hex color red value is 254, green value is 25 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fe19d0 hue: 0.87 , saturation: 0.99 and the lightness value of fe19d0 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011001 11010000
Octal 376 31 320
Decimal 254 25 208
Hex FE 19 D0

RGB Percentages of Color #fe19d0

%52.16
%5.13
%42.71

CMYK Percentages of Color #fe19d0

%0
%90
%18
%0

Triadic Colors of #fe19d0

#fe19d0 #d0fe19 #19d0fe

Analogous Colors of #fe19d0

#fe19d0 #fe195e #ba19fe

Monochromatic Colors of #fe19d0

#fe19d0

Complementary Color

#fe19d0 #19fe47

#fe19d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe19d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe19d0 Color CSS Codes

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

#fe19d0 Text Font Color

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

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


#fe19d0 Background Color

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

This div background color is #fe19d0


#fe19d0 Border Color

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

This div border color is #fe19d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe19d0

Related Colors


Comments

No comments written yet.

Please login to write comment.