Color Hex Logo

#f958ff Color Hex

#F958FF
(249,88,255)
0 Favorites   0 Comments

Color spaces of #f958ff

RGB 24988255
HSL0.831.000.67
HSV298°65°100°
CMYK 0.020.650.00   0.00
XYZ60.606634.339298.0415
Yxy34.33920.31400.1779
Hunter Lab58.599782.0639-58.1767
CIE-Lab65.230980.2253-53.0753

#f958ff color RGB value is (249,88,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 11111111
Octal 371 130 377
Decimal 249 88 255
Hex F9 58 FF

RGB Percentages of Color #f958ff

%42.06
%14.86
%43.07

CMYK Percentages of Color #f958ff

%2
%65
%0
%0

Triadic Colors of #f958ff

#f958ff #fff958 #58fff9

Analogous Colors of #f958ff

#f958ff #ff58b2 #a658ff

Monochromatic Colors of #f958ff

#f958ff

Complementary Color

#f958ff #5eff58

#f958ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f958ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f958ff Color CSS Codes

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

#f958ff Text Font Color

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

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


#f958ff Background Color

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

This div background color is #f958ff


#f958ff Border Color

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

This div border color is #f958ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f958ff

Related Colors


Comments

No comments written yet.

Please login to write comment.