Color Hex Logo

#f956eb Color Hex

#F956EB
(249,86,235)
0 Favorites   0 Comments

Color spaces of #f956eb

RGB 24986235
HSL0.850.930.66
HSV305°65°98°
CMYK 0.000.650.06   0.02
XYZ57.390132.793581.9022
Yxy32.79350.33350.1906
Hunter Lab57.265678.6732-44.7116
CIE-Lab63.993477.8076-43.9703

#f956eb color RGB value is (249,86,235).

#f956eb hex color red value is 249, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f956eb hue: 0.85 , saturation: 0.93 and the lightness value of f956eb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11101011
Octal 371 126 353
Decimal 249 86 235
Hex F9 56 EB

RGB Percentages of Color #f956eb

%43.68
%15.09
%41.23

CMYK Percentages of Color #f956eb

%0
%65
%6
%2

Triadic Colors of #f956eb

#f956eb #ebf956 #56ebf9

Analogous Colors of #f956eb

#f956eb #f9569a #b656f9

Monochromatic Colors of #f956eb

#f956eb

Complementary Color

#f956eb #56f964

#f956eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956eb Color CSS Codes

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

#f956eb Text Font Color

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

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


#f956eb Background Color

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

This div background color is #f956eb


#f956eb Border Color

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

This div border color is #f956eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956eb


Comments

No comments written yet.

Please login to write comment.