Color Hex Logo

#fd1152 Color Hex

#FD1152
(253,17,82)
0 Favorites   0 Comments

Color spaces of #fd1152

RGB 2531782
HSL0.950.980.53
HSV343°93°99°
CMYK 0.000.930.68   0.01
XYZ42.231521.89279.9825
Yxy21.89270.56990.2954
Hunter Lab46.789679.229120.1033
CIE-Lab53.913080.187430.3569

#fd1152 color RGB value is (253,17,82).

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

The process color (four color CMYK) of #fd1152 color hex is 0.00, 0.93, 0.68, 0.01. Web safe color of #fd1152 is #ff0066. Color #fd1152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 01010010
Octal 375 21 122
Decimal 253 17 82
Hex FD 11 52

RGB Percentages of Color #fd1152

%71.88
%4.83
%23.30

CMYK Percentages of Color #fd1152

%0
%93
%68
%1

Triadic Colors of #fd1152

#fd1152 #52fd11 #1152fd

Analogous Colors of #fd1152

#fd1152 #fd4611 #fd11c8

Monochromatic Colors of #fd1152

#fd1152

Complementary Color

#fd1152 #11fdbc

#fd1152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1152 Color CSS Codes

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

#fd1152 Text Font Color

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

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


#fd1152 Background Color

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

This div background color is #fd1152


#fd1152 Border Color

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

This div border color is #fd1152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1152


Comments

No comments written yet.

Please login to write comment.