Color Hex Logo

#f96cdb Color Hex

#F96CDB
(249,108,219)
0 Favorites   0 Comments

Color spaces of #f96cdb

RGB 249108219
HSL0.870.920.70
HSV313°57°98°
CMYK 0.000.570.12   0.02
XYZ57.215735.979370.9469
Yxy35.97930.34860.2192
Hunter Lab59.982765.2959-28.1396
CIE-Lab66.504166.5569-31.1404

#f96cdb color RGB value is (249,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11011011
Octal 371 154 333
Decimal 249 108 219
Hex F9 6C DB

RGB Percentages of Color #f96cdb

%43.23
%18.75
%38.02

CMYK Percentages of Color #f96cdb

%0
%57
%12
%2

Triadic Colors of #f96cdb

#f96cdb #dbf96c #6cdbf9

Analogous Colors of #f96cdb

#f96cdb #f96c95 #d16cf9

Monochromatic Colors of #f96cdb

#f96cdb

Complementary Color

#f96cdb #6cf98a

#f96cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cdb Color CSS Codes

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

#f96cdb Text Font Color

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

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


#f96cdb Background Color

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

This div background color is #f96cdb


#f96cdb Border Color

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

This div border color is #f96cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,108,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 #f96cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cdb


Comments

No comments written yet.

Please login to write comment.