Color Hex Logo

#f96cdf Color Hex

#F96CDF
(249,108,223)
0 Favorites   0 Comments

Color spaces of #f96cdf

RGB 249108223
HSL0.860.920.70
HSV311°57°98°
CMYK 0.000.570.10   0.02
XYZ57.748836.192673.7542
Yxy36.19260.34440.2158
Hunter Lab60.160366.0644-30.5751
CIE-Lab66.666867.1626-33.1172

#f96cdf color RGB value is (249,108,223).

#f96cdf hex color red value is 249, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f96cdf hue: 0.86 , saturation: 0.92 and the lightness value of f96cdf is 0.70.

The process color (four color CMYK) of #f96cdf color hex is 0.00, 0.57, 0.10, 0.02. Web safe color of #f96cdf is #ff66cc. Color #f96cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11011111
Octal 371 154 337
Decimal 249 108 223
Hex F9 6C DF

RGB Percentages of Color #f96cdf

%42.93
%18.62
%38.45

CMYK Percentages of Color #f96cdf

%0
%57
%10
%2

Triadic Colors of #f96cdf

#f96cdf #dff96c #6cdff9

Analogous Colors of #f96cdf

#f96cdf #f96c99 #cd6cf9

Monochromatic Colors of #f96cdf

#f96cdf

Complementary Color

#f96cdf #6cf986

#f96cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cdf Color CSS Codes

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

#f96cdf Text Font Color

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

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


#f96cdf Background Color

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

This div background color is #f96cdf


#f96cdf Border Color

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

This div border color is #f96cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cdf


Comments

No comments written yet.

Please login to write comment.