Color Hex Logo

#f985ca Color Hex

#F985CA
(249,133,202)
0 Favorites   0 Comments

Color spaces of #f985ca

RGB 249133202
HSL0.900.910.75
HSV324°47°98°
CMYK 0.000.470.19   0.02
XYZ58.115141.179160.7625
Yxy41.17910.36310.2573
Hunter Lab64.170949.3557-11.2211
CIE-Lab70.301252.3906-15.8649

#f985ca color RGB value is (249,133,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 11001010
Octal 371 205 312
Decimal 249 133 202
Hex F9 85 CA

RGB Percentages of Color #f985ca

%42.64
%22.77
%34.59

CMYK Percentages of Color #f985ca

%0
%47
%19
%2

Triadic Colors of #f985ca

#f985ca #caf985 #85caf9

Analogous Colors of #f985ca

#f985ca #f98590 #ee85f9

Monochromatic Colors of #f985ca

#f985ca

Complementary Color

#f985ca #85f9b4

#f985ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f985ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f985ca Color CSS Codes

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

#f985ca Text Font Color

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

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


#f985ca Background Color

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

This div background color is #f985ca


#f985ca Border Color

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

This div border color is #f985ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f985ca


Comments

No comments written yet.

Please login to write comment.