Color Hex Logo

#fd175b Color Hex

#FD175B
(253,23,91)
0 Favorites   0 Comments

Color spaces of #fd175b

RGB 2532391
HSL0.950.980.54
HSV342°91°99°
CMYK 0.000.910.64   0.01
XYZ42.702722.250811.9417
Yxy22.25080.55530.2894
Hunter Lab47.170879.043518.0097
CIE-Lab54.292179.967025.4595

#fd175b color RGB value is (253,23,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 01011011
Octal 375 27 133
Decimal 253 23 91
Hex FD 17 5B

RGB Percentages of Color #fd175b

%68.94
%6.27
%24.80

CMYK Percentages of Color #fd175b

%0
%91
%64
%1

Triadic Colors of #fd175b

#fd175b #5bfd17 #175bfd

Analogous Colors of #fd175b

#fd175b #fd4617 #fd17ce

Monochromatic Colors of #fd175b

#fd175b

Complementary Color

#fd175b #17fdb9

#fd175b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd175b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd175b Color CSS Codes

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

#fd175b Text Font Color

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

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


#fd175b Background Color

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

This div background color is #fd175b


#fd175b Border Color

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

This div border color is #fd175b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,23,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 #fd175b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd175b


Comments

No comments written yet.

Please login to write comment.