Color Hex Logo

#fd197e Color Hex

#FD197E
(253,25,126)
0 Favorites   0 Comments

Color spaces of #fd197e

RGB 25325126
HSL0.930.980.55
HSV333°90°99°
CMYK 0.000.900.50   0.01
XYZ44.621523.084321.8426
Yxy23.08430.49830.2578
Hunter Lab48.046181.69626.6780
CIE-Lab55.159181.88215.6093

#fd197e color RGB value is (253,25,126).

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

The process color (four color CMYK) of #fd197e color hex is 0.00, 0.90, 0.50, 0.01. Web safe color of #fd197e is #ff0066. Color #fd197e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011001 01111110
Octal 375 31 176
Decimal 253 25 126
Hex FD 19 7E

RGB Percentages of Color #fd197e

%62.62
%6.19
%31.19

CMYK Percentages of Color #fd197e

%0
%90
%50
%1

Triadic Colors of #fd197e

#fd197e #7efd19 #197efd

Analogous Colors of #fd197e

#fd197e #fd2619 #fd19f0

Monochromatic Colors of #fd197e

#fd197e

Complementary Color

#fd197e #19fd98

#fd197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd197e Color CSS Codes

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

#fd197e Text Font Color

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

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


#fd197e Background Color

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

This div background color is #fd197e


#fd197e Border Color

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

This div border color is #fd197e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd197e

Related Colors


Comments

No comments written yet.

Please login to write comment.