color codes Logo

#fd089f color codes

#FD089F
(253,8,159)
0 Favorites   0 Comments

Color spaces of #fd089f

RGB 2538159
HSL0.900.980.51
HSV323°97°99°
CMYK 0.000.970.37   0.01
XYZ46.852923.559534.8789
Yxy23.55950.44500.2238
Hunter Lab48.538187.3608-8.6284
CIE-Lab55.644086.1643-13.3214

#fd089f color RGB value is (253,8,159).

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

The process color (four color CMYK) of #fd089f color code is 0.00, 0.97, 0.37, 0.01. Web safe color of #fd089f is #ff0099. Color #fd089f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001000 10011111
Octal 375 10 237
Decimal 253 8 159
Hex FD 8 9F

RGB Percentages of Color #fd089f

%60.24
%1.90
%37.86

CMYK Percentages of Color #fd089f

%0
%97
%37
%1

Triadic Colors of #fd089f

#fd089f #9ffd08 #089ffd

Analogous Colors of #fd089f

#fd089f #fd0825 #e108fd

Monochromatic Colors of #fd089f

#fd089f

Complementary Color

#fd089f #08fd66

#fd089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd089f Color CSS Codes

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

#fd089f Text Font Color

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

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


#fd089f Background Color

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

This div background color is #fd089f


#fd089f Border Color

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

This div border color is #fd089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd089f

Related Colors


Comments

No comments written yet.

Please login to write comment.