Color Hex Logo

#f96dce Color Hex

#F96DCE
(249,109,206)
0 Favorites   0 Comments

Color spaces of #f96dce

RGB 249109206
HSL0.880.920.70
HSV318°56°98°
CMYK 0.000.560.17   0.02
XYZ55.676135.533262.3167
Yxy35.53320.36260.2314
Hunter Lab59.609762.4038-20.2556
CIE-Lab66.161764.2115-24.3942

#f96dce color RGB value is (249,109,206).

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

The process color (four color CMYK) of #f96dce color hex is 0.00, 0.56, 0.17, 0.02. Web safe color of #f96dce is #ff66cc. Color #f96dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11001110
Octal 371 155 316
Decimal 249 109 206
Hex F9 6D CE

RGB Percentages of Color #f96dce

%44.15
%19.33
%36.52

CMYK Percentages of Color #f96dce

%0
%56
%17
%2

Triadic Colors of #f96dce

#f96dce #cef96d #6dcef9

Analogous Colors of #f96dce

#f96dce #f96d88 #de6df9

Monochromatic Colors of #f96dce

#f96dce

Complementary Color

#f96dce #6df998

#f96dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dce Color CSS Codes

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

#f96dce Text Font Color

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

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


#f96dce Background Color

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

This div background color is #f96dce


#f96dce Border Color

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

This div border color is #f96dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dce


Comments

No comments written yet.

Please login to write comment.