Color Hex Logo

#f982f7 Color Hex

#F982F7
(249,130,247)
0 Favorites   0 Comments

Color spaces of #f982f7

RGB 249130247
HSL0.840.910.74
HSV301°48°98°
CMYK 0.000.480.01   0.02
XYZ63.838142.820492.8962
Yxy42.82040.31990.2146
Hunter Lab65.437359.6224-38.3633
CIE-Lab71.432961.0094-38.9428

#f982f7 color RGB value is (249,130,247).

#f982f7 hex color red value is 249, green value is 130 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #f982f7 hue: 0.84 , saturation: 0.91 and the lightness value of f982f7 is 0.74.

The process color (four color CMYK) of #f982f7 color hex is 0.00, 0.48, 0.01, 0.02. Web safe color of #f982f7 is #ff99ff. Color #f982f7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 11110111
Octal 371 202 367
Decimal 249 130 247
Hex F9 82 F7

RGB Percentages of Color #f982f7

%39.78
%20.77
%39.46

CMYK Percentages of Color #f982f7

%0
%48
%1
%2

Triadic Colors of #f982f7

#f982f7 #f7f982 #82f7f9

Analogous Colors of #f982f7

#f982f7 #f982bc #c082f9

Monochromatic Colors of #f982f7

#f982f7

Complementary Color

#f982f7 #82f984

#f982f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f982f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f982f7 Color CSS Codes

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

#f982f7 Text Font Color

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

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


#f982f7 Background Color

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

This div background color is #f982f7


#f982f7 Border Color

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

This div border color is #f982f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f982f7


Comments

No comments written yet.

Please login to write comment.