Color Hex Logo

#fd1099 Color Hex

#FD1099
(253,16,153)
0 Favorites   0 Comments

Color spaces of #fd1099

RGB 25316153
HSL0.900.980.53
HSV325°94°99°
CMYK 0.000.940.40   0.01
XYZ46.443123.553132.2354
Yxy23.55310.45430.2304
Hunter Lab48.531585.8885-5.4093
CIE-Lab55.637585.0373-9.7842

#fd1099 color RGB value is (253,16,153).

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

The process color (four color CMYK) of #fd1099 color hex is 0.00, 0.94, 0.40, 0.01. Web safe color of #fd1099 is #ff0099. Color #fd1099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010000 10011001
Octal 375 20 231
Decimal 253 16 153
Hex FD 10 99

RGB Percentages of Color #fd1099

%59.95
%3.79
%36.26

CMYK Percentages of Color #fd1099

%0
%94
%40
%1

Triadic Colors of #fd1099

#fd1099 #99fd10 #1099fd

Analogous Colors of #fd1099

#fd1099 #fd1022 #eb10fd

Monochromatic Colors of #fd1099

#fd1099

Complementary Color

#fd1099 #10fd74

#fd1099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1099 Color CSS Codes

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

#fd1099 Text Font Color

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

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


#fd1099 Background Color

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

This div background color is #fd1099


#fd1099 Border Color

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

This div border color is #fd1099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1099


Comments

No comments written yet.

Please login to write comment.