Color Hex Logo

#fd098b Color Hex

#FD098B
(253,9,139)
0 Favorites   0 Comments

Color spaces of #fd098b

RGB 2539139
HSL0.910.980.51
HSV328°96°99°
CMYK 0.000.960.45   0.01
XYZ45.265922.942126.4686
Yxy22.94210.47810.2423
Hunter Lab47.897984.87000.7646
CIE-Lab55.012684.3749-2.3852

#fd098b color RGB value is (253,9,139).

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

The process color (four color CMYK) of #fd098b color hex is 0.00, 0.96, 0.45, 0.01. Web safe color of #fd098b is #ff0099. Color #fd098b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001001 10001011
Octal 375 11 213
Decimal 253 9 139
Hex FD 9 8B

RGB Percentages of Color #fd098b

%63.09
%2.24
%34.66

CMYK Percentages of Color #fd098b

%0
%96
%45
%1

Triadic Colors of #fd098b

#fd098b #8bfd09 #098bfd

Analogous Colors of #fd098b

#fd098b #fd0911 #f509fd

Monochromatic Colors of #fd098b

#fd098b

Complementary Color

#fd098b #09fd7b

#fd098b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd098b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd098b Color CSS Codes

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

#fd098b Text Font Color

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

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


#fd098b Background Color

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

This div background color is #fd098b


#fd098b Border Color

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

This div border color is #fd098b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd098b


Comments

No comments written yet.

Please login to write comment.