Color Hex Logo

#f985ba Color Hex

#F985BA
(249,133,186)
0 Favorites   0 Comments

Color spaces of #f985ba

RGB 249133186
HSL0.920.910.75
HSV333°47°98°
CMYK 0.000.470.25   0.02
XYZ56.317440.460051.2957
Yxy40.46000.38030.2732
Hunter Lab63.608246.7260-3.2877
CIE-Lab69.795950.1469-7.6978

#f985ba color RGB value is (249,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 10111010
Octal 371 205 272
Decimal 249 133 186
Hex F9 85 BA

RGB Percentages of Color #f985ba

%43.84
%23.42
%32.75

CMYK Percentages of Color #f985ba

%0
%47
%25
%2

Triadic Colors of #f985ba

#f985ba #baf985 #85baf9

Analogous Colors of #f985ba

#f985ba #f98a85 #f985f4

Monochromatic Colors of #f985ba

#f985ba

Complementary Color

#f985ba #85f9c4

#f985ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985ba Color CSS Codes

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

#f985ba Text Font Color

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

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


#f985ba Background Color

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

This div background color is #f985ba


#f985ba Border Color

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

This div border color is #f985ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985ba


Comments

No comments written yet.

Please login to write comment.