Color Hex Logo

#f985b8 Color Hex

#F985B8
(249,133,184)
0 Favorites   0 Comments

Color spaces of #f985b8

RGB 249133184
HSL0.930.910.75
HSV334°47°98°
CMYK 0.000.470.26   0.02
XYZ56.106240.375550.1835
Yxy40.37550.38250.2753
Hunter Lab63.541746.4143-2.3464
CIE-Lab69.736149.8789-6.6678

#f985b8 color RGB value is (249,133,184).

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

The process color (four color CMYK) of #f985b8 color hex is 0.00, 0.47, 0.26, 0.02. Web safe color of #f985b8 is #ff99cc. Color #f985b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 10111000
Octal 371 205 270
Decimal 249 133 184
Hex F9 85 B8

RGB Percentages of Color #f985b8

%43.99
%23.50
%32.51

CMYK Percentages of Color #f985b8

%0
%47
%26
%2

Triadic Colors of #f985b8

#f985b8 #b8f985 #85b8f9

Analogous Colors of #f985b8

#f985b8 #f98c85 #f985f2

Monochromatic Colors of #f985b8

#f985b8

Complementary Color

#f985b8 #85f9c6

#f985b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985b8 Color CSS Codes

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

#f985b8 Text Font Color

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

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


#f985b8 Background Color

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

This div background color is #f985b8


#f985b8 Border Color

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

This div border color is #f985b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985b8


Comments

No comments written yet.

Please login to write comment.