Color Hex Logo

#fd0db9 Color Hex

#FD0DB9
(253,13,185)
0 Favorites   0 Comments

Color spaces of #fd0db9

RGB 25313185
HSL0.880.980.52
HSV317°95°99°
CMYK 0.000.950.27   0.01
XYZ49.408924.673348.0572
Yxy24.67330.40450.2020
Hunter Lab49.672290.6273-22.5917
CIE-Lab56.755788.4282-26.8344

#fd0db9 color RGB value is (253,13,185).

#fd0db9 hex color red value is 253, green value is 13 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fd0db9 hue: 0.88 , saturation: 0.98 and the lightness value of fd0db9 is 0.52.

The process color (four color CMYK) of #fd0db9 color hex is 0.00, 0.95, 0.27, 0.01. Web safe color of #fd0db9 is #ff00cc. Color #fd0db9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001101 10111001
Octal 375 15 271
Decimal 253 13 185
Hex FD D B9

RGB Percentages of Color #fd0db9

%56.10
%2.88
%41.02

CMYK Percentages of Color #fd0db9

%0
%95
%27
%1

Triadic Colors of #fd0db9

#fd0db9 #b9fd0d #0db9fd

Analogous Colors of #fd0db9

#fd0db9 #fd0d41 #c90dfd

Monochromatic Colors of #fd0db9

#fd0db9

Complementary Color

#fd0db9 #0dfd51

#fd0db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0db9 Color CSS Codes

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

#fd0db9 Text Font Color

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

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


#fd0db9 Background Color

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

This div background color is #fd0db9


#fd0db9 Border Color

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

This div border color is #fd0db9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0db9


Comments

No comments written yet.

Please login to write comment.