Color Hex Logo

#f956e3 Color Hex

#F956E3
(249,86,227)
0 Favorites   0 Comments

Color spaces of #f956e3

RGB 24986227
HSL0.860.930.66
HSV308°65°98°
CMYK 0.000.650.09   0.02
XYZ56.259832.341475.9503
Yxy32.34140.34190.1965
Hunter Lab56.869577.0647-39.3743
CIE-Lab63.624076.6066-40.0897

#f956e3 color RGB value is (249,86,227).

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

The process color (four color CMYK) of #f956e3 color hex is 0.00, 0.65, 0.09, 0.02. Web safe color of #f956e3 is #ff66cc. Color #f956e3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11100011
Octal 371 126 343
Decimal 249 86 227
Hex F9 56 E3

RGB Percentages of Color #f956e3

%44.31
%15.30
%40.39

CMYK Percentages of Color #f956e3

%0
%65
%9
%2

Triadic Colors of #f956e3

#f956e3 #e3f956 #56e3f9

Analogous Colors of #f956e3

#f956e3 #f95692 #be56f9

Monochromatic Colors of #f956e3

#f956e3

Complementary Color

#f956e3 #56f96c

#f956e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956e3 Color CSS Codes

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

#f956e3 Text Font Color

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

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


#f956e3 Background Color

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

This div background color is #f956e3


#f956e3 Border Color

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

This div border color is #f956e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956e3


Comments

No comments written yet.

Please login to write comment.