Color Hex Logo

#f983ab Color Hex

#F983AB
(249,131,171)
0 Favorites   0 Comments

Color spaces of #f983ab

RGB 249131171
HSL0.940.910.75
HSV340°47°98°
CMYK 0.000.470.31   0.02
XYZ54.533939.312643.2419
Yxy39.31260.39780.2868
Hunter Lab62.699845.52802.9995
CIE-Lab68.977149.1955-0.4971

#f983ab color RGB value is (249,131,171).

#f983ab hex color red value is 249, green value is 131 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f983ab hue: 0.94 , saturation: 0.91 and the lightness value of f983ab is 0.75.

The process color (four color CMYK) of #f983ab color hex is 0.00, 0.47, 0.31, 0.02. Web safe color of #f983ab is #ff9999. Color #f983ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 10101011
Octal 371 203 253
Decimal 249 131 171
Hex F9 83 AB

RGB Percentages of Color #f983ab

%45.19
%23.77
%31.03

CMYK Percentages of Color #f983ab

%0
%47
%31
%2

Triadic Colors of #f983ab

#f983ab #abf983 #83abf9

Analogous Colors of #f983ab

#f983ab #f99683 #f983e6

Monochromatic Colors of #f983ab

#f983ab

Complementary Color

#f983ab #83f9d1

#f983ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f983ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f983ab Color CSS Codes

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

#f983ab Text Font Color

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

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


#f983ab Background Color

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

This div background color is #f983ab


#f983ab Border Color

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

This div border color is #f983ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,131,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f983ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f983ab;
  -webkit-box-shadow: 1px 1px 3px 2px #f983ab;
  box-shadow:         1px 1px 3px 2px #f983ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,131,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f983ab


Comments

No comments written yet.

Please login to write comment.