Color Hex Logo

#fd195b Color Hex

#FD195B
(253,25,91)
0 Favorites   0 Comments

Color spaces of #fd195b

RGB 2532591
HSL0.950.980.55
HSV343°90°99°
CMYK 0.000.900.64   0.01
XYZ42.744022.333211.9554
Yxy22.33320.55490.2899
Hunter Lab47.258078.748418.0813
CIE-Lab54.378879.716925.5723

#fd195b color RGB value is (253,25,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011001 01011011
Octal 375 31 133
Decimal 253 25 91
Hex FD 19 5B

RGB Percentages of Color #fd195b

%68.56
%6.78
%24.66

CMYK Percentages of Color #fd195b

%0
%90
%64
%1

Triadic Colors of #fd195b

#fd195b #5bfd19 #195bfd

Analogous Colors of #fd195b

#fd195b #fd4919 #fd19cd

Monochromatic Colors of #fd195b

#fd195b

Complementary Color

#fd195b #19fdbb

#fd195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd195b Color CSS Codes

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

#fd195b Text Font Color

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

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


#fd195b Background Color

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

This div background color is #fd195b


#fd195b Border Color

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

This div border color is #fd195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd195b

Related Colors


Comments

No comments written yet.

Please login to write comment.