Color Hex Logo

#f96ddb Color Hex

#F96DDB
(249,109,219)
0 Favorites   0 Comments

Color spaces of #f96ddb

RGB 249109219
HSL0.870.920.70
HSV313°56°98°
CMYK 0.000.560.12   0.02
XYZ57.321736.191570.9823
Yxy36.19150.34850.2200
Hunter Lab60.159464.8014-27.8450
CIE-Lab66.666066.1197-30.8901

#f96ddb color RGB value is (249,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11011011
Octal 371 155 333
Decimal 249 109 219
Hex F9 6D DB

RGB Percentages of Color #f96ddb

%43.15
%18.89
%37.95

CMYK Percentages of Color #f96ddb

%0
%56
%12
%2

Triadic Colors of #f96ddb

#f96ddb #dbf96d #6ddbf9

Analogous Colors of #f96ddb

#f96ddb #f96d95 #d16df9

Monochromatic Colors of #f96ddb

#f96ddb

Complementary Color

#f96ddb #6df98b

#f96ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ddb Color CSS Codes

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

#f96ddb Text Font Color

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

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


#f96ddb Background Color

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

This div background color is #f96ddb


#f96ddb Border Color

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

This div border color is #f96ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ddb


Comments

No comments written yet.

Please login to write comment.