Color Hex Logo

#f956cd Color Hex

#F956CD
(249,86,205)
0 Favorites   0 Comments

Color spaces of #f956cd

RGB 24986205
HSL0.880.930.66
HSV316°65°98°
CMYK 0.000.650.18   0.02
XYZ53.414231.203160.9652
Yxy31.20310.36690.2143
Hunter Lab55.859772.9307-25.6072
CIE-Lab62.678773.4805-29.1901

#f956cd color RGB value is (249,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11001101
Octal 371 126 315
Decimal 249 86 205
Hex F9 56 CD

RGB Percentages of Color #f956cd

%46.11
%15.93
%37.96

CMYK Percentages of Color #f956cd

%0
%65
%18
%2

Triadic Colors of #f956cd

#f956cd #cdf956 #56cdf9

Analogous Colors of #f956cd

#f956cd #f9567c #d456f9

Monochromatic Colors of #f956cd

#f956cd

Complementary Color

#f956cd #56f982

#f956cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956cd Color CSS Codes

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

#f956cd Text Font Color

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

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


#f956cd Background Color

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

This div background color is #f956cd


#f956cd Border Color

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

This div border color is #f956cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956cd


Comments

No comments written yet.

Please login to write comment.