Color Hex Logo

#fe619d Color Hex

#FE619D
(254,97,157)
0 Favorites   0 Comments

Color spaces of #fe619d

RGB 25497157
HSL0.940.990.69
HSV337°62°100°
CMYK 0.000.620.38   0.00
XYZ51.233532.054535.3851
Yxy32.05450.43170.2701
Hunter Lab56.616762.44882.5758
CIE-Lab63.387964.7303-0.6288

#fe619d color RGB value is (254,97,157).

#fe619d hex color red value is 254, green value is 97 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fe619d hue: 0.94 , saturation: 0.99 and the lightness value of fe619d is 0.69.

The process color (four color CMYK) of #fe619d color hex is 0.00, 0.62, 0.38, 0.00. Web safe color of #fe619d is #ff6699. Color #fe619d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 10011101
Octal 376 141 235
Decimal 254 97 157
Hex FE 61 9D

RGB Percentages of Color #fe619d

%50.00
%19.09
%30.91

CMYK Percentages of Color #fe619d

%0
%62
%38
%0

Triadic Colors of #fe619d

#fe619d #9dfe61 #619dfe

Analogous Colors of #fe619d

#fe619d #fe7461 #fe61ec

Monochromatic Colors of #fe619d

#fe619d

Complementary Color

#fe619d #61fec2

#fe619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe619d Color CSS Codes

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

#fe619d Text Font Color

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

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


#fe619d Background Color

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

This div background color is #fe619d


#fe619d Border Color

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

This div border color is #fe619d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe619d


Comments

No comments written yet.

Please login to write comment.