Color Hex Logo

#f952fe Color Hex

#F952FE
(249,82,254)
0 Favorites   0 Comments

Color spaces of #f952fe

RGB 24982254
HSL0.830.990.66
HSV298°68°100°
CMYK 0.020.680.00   0.00
XYZ59.973633.330197.0383
Yxy33.33010.31510.1751
Hunter Lab57.732284.3986-59.2441
CIE-Lab64.427382.1857-53.7999

#f952fe color RGB value is (249,82,254).

#f952fe hex color red value is 249, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f952fe hue: 0.83 , saturation: 0.99 and the lightness value of f952fe is 0.66.

The process color (four color CMYK) of #f952fe color hex is 0.02, 0.68, 0.00, 0.00. Web safe color of #f952fe is #ff66ff. Color #f952fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 11111110
Octal 371 122 376
Decimal 249 82 254
Hex F9 52 FE

RGB Percentages of Color #f952fe

%42.56
%14.02
%43.42

CMYK Percentages of Color #f952fe

%2
%68
%0
%0

Triadic Colors of #f952fe

#f952fe #fef952 #52fef9

Analogous Colors of #f952fe

#f952fe #fe52ad #a352fe

Monochromatic Colors of #f952fe

#f952fe

Complementary Color

#f952fe #57fe52

#f952fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f952fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f952fe Color CSS Codes

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

#f952fe Text Font Color

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

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


#f952fe Background Color

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

This div background color is #f952fe


#f952fe Border Color

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

This div border color is #f952fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f952fe

Related Colors


Comments

No comments written yet.

Please login to write comment.