color codes Logo

#f957fe color codes

#F957FE
(249,87,254)
0 Favorites   0 Comments

Color spaces of #f957fe

RGB 24987254
HSL0.830.990.67
HSV298°66°100°
CMYK 0.020.660.00   0.00
XYZ60.364534.111997.1686
Yxy34.11190.31500.1780
Hunter Lab58.405482.2780-57.7565
CIE-Lab65.051380.4258-52.8101

#f957fe color RGB value is (249,87,254).

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

The process color (four color CMYK) of #f957fe color code is 0.02, 0.66, 0.00, 0.00. Web safe color of #f957fe is #ff66ff. Color #f957fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 11111110
Octal 371 127 376
Decimal 249 87 254
Hex F9 57 FE

RGB Percentages of Color #f957fe

%42.20
%14.75
%43.05

CMYK Percentages of Color #f957fe

%2
%66
%0
%0

Triadic Colors of #f957fe

#f957fe #fef957 #57fef9

Analogous Colors of #f957fe

#f957fe #fe57b0 #a657fe

Monochromatic Colors of #f957fe

#f957fe

Complementary Color

#f957fe #5cfe57

#f957fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f957fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f957fe Color CSS Codes

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

#f957fe Text Font Color

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

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


#f957fe Background Color

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

This div background color is #f957fe


#f957fe Border Color

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

This div border color is #f957fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f957fe

Related Colors


Comments

No comments written yet.

Please login to write comment.