Color Hex Logo

#f982ef Color Hex

#F982EF
(249,130,239)
0 Favorites   0 Comments

Color spaces of #f982ef

RGB 249130239
HSL0.850.910.74
HSV305°48°98°
CMYK 0.000.480.04   0.02
XYZ62.629542.337086.5323
Yxy42.33700.32700.2211
Hunter Lab65.066957.9464-33.3028
CIE-Lab71.102659.6520-35.0778

#f982ef color RGB value is (249,130,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 11101111
Octal 371 202 357
Decimal 249 130 239
Hex F9 82 EF

RGB Percentages of Color #f982ef

%40.29
%21.04
%38.67

CMYK Percentages of Color #f982ef

%0
%48
%4
%2

Triadic Colors of #f982ef

#f982ef #eff982 #82eff9

Analogous Colors of #f982ef

#f982ef #f982b4 #c882f9

Monochromatic Colors of #f982ef

#f982ef

Complementary Color

#f982ef #82f98c

#f982ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f982ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f982ef Color CSS Codes

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

#f982ef Text Font Color

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

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


#f982ef Background Color

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

This div background color is #f982ef


#f982ef Border Color

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

This div border color is #f982ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f982ef


Comments

No comments written yet.

Please login to write comment.