Color Hex Logo

#f956ef Color Hex

#F956EF
(249,86,239)
0 Favorites   0 Comments

Color spaces of #f956ef

RGB 24986239
HSL0.840.930.66
HSV304°65°98°
CMYK 0.000.650.04   0.02
XYZ57.974733.027384.9807
Yxy33.02730.32940.1877
Hunter Lab57.469479.4981-47.4443
CIE-Lab64.183078.4202-45.8943

#f956ef color RGB value is (249,86,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11101111
Octal 371 126 357
Decimal 249 86 239
Hex F9 56 EF

RGB Percentages of Color #f956ef

%43.38
%14.98
%41.64

CMYK Percentages of Color #f956ef

%0
%65
%4
%2

Triadic Colors of #f956ef

#f956ef #eff956 #56eff9

Analogous Colors of #f956ef

#f956ef #f9569e #b256f9

Monochromatic Colors of #f956ef

#f956ef

Complementary Color

#f956ef #56f960

#f956ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956ef Color CSS Codes

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

#f956ef Text Font Color

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

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


#f956ef Background Color

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

This div background color is #f956ef


#f956ef Border Color

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

This div border color is #f956ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956ef


Comments

No comments written yet.

Please login to write comment.