Color Hex Logo

#fd194d Color Hex

#FD194D
(253,25,77)
0 Favorites   0 Comments

Color spaces of #fd194d

RGB 2532577
HSL0.960.980.55
HSV346°90°99°
CMYK 0.000.900.70   0.01
XYZ42.195222.11379.0656
Yxy22.11370.57510.3014
Hunter Lab47.025277.872021.4876
CIE-Lab54.147479.067533.6114

#fd194d color RGB value is (253,25,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011001 01001101
Octal 375 31 115
Decimal 253 25 77
Hex FD 19 4D

RGB Percentages of Color #fd194d

%71.27
%7.04
%21.69

CMYK Percentages of Color #fd194d

%0
%90
%70
%1

Triadic Colors of #fd194d

#fd194d #4dfd19 #194dfd

Analogous Colors of #fd194d

#fd194d #fd5719 #fd19bf

Monochromatic Colors of #fd194d

#fd194d

Complementary Color

#fd194d #19fdc9

#fd194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd194d Color CSS Codes

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

#fd194d Text Font Color

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

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


#fd194d Background Color

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

This div background color is #fd194d


#fd194d Border Color

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

This div border color is #fd194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd194d


Comments

No comments written yet.

Please login to write comment.