Color Hex Logo

#f948fe Color Hex

#F948FE
(249,72,254)
0 Favorites   0 Comments

Color spaces of #f948fe

RGB 24972254
HSL0.830.990.64
HSV298°72°100°
CMYK 0.020.720.00   0.00
XYZ59.273731.930296.8050
Yxy31.93020.31530.1698
Hunter Lab56.506888.3534-62.0183
CIE-Lab63.285285.4339-55.6147

#f948fe color RGB value is (249,72,254).

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

The process color (four color CMYK) of #f948fe color hex is 0.02, 0.72, 0.00, 0.00. Web safe color of #f948fe is #ff33ff. Color #f948fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 11111110
Octal 371 110 376
Decimal 249 72 254
Hex F9 48 FE

RGB Percentages of Color #f948fe

%43.30
%12.52
%44.17

CMYK Percentages of Color #f948fe

%2
%72
%0
%0

Triadic Colors of #f948fe

#f948fe #fef948 #48fef9

Analogous Colors of #f948fe

#f948fe #fe48a8 #9e48fe

Monochromatic Colors of #f948fe

#f948fe

Complementary Color

#f948fe #4dfe48

#f948fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f948fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f948fe Color CSS Codes

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

#f948fe Text Font Color

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

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


#f948fe Background Color

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

This div background color is #f948fe


#f948fe Border Color

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

This div border color is #f948fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,72,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 #f948fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f948fe


Comments

No comments written yet.

Please login to write comment.