Color Hex Logo

#f96bdc Color Hex

#F96BDC
(249,107,220)
0 Favorites   0 Comments

Color spaces of #f96bdc

RGB 249107220
HSL0.870.920.70
HSV312°57°98°
CMYK 0.000.570.12   0.02
XYZ57.242935.822471.6075
Yxy35.82240.34760.2175
Hunter Lab59.851865.9786-29.0391
CIE-Lab66.384067.1414-31.8839

#f96bdc color RGB value is (249,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101011 11011100
Octal 371 153 334
Decimal 249 107 220
Hex F9 6B DC

RGB Percentages of Color #f96bdc

%43.23
%18.58
%38.19

CMYK Percentages of Color #f96bdc

%0
%57
%12
%2

Triadic Colors of #f96bdc

#f96bdc #dcf96b #6bdcf9

Analogous Colors of #f96bdc

#f96bdc #f96b95 #cf6bf9

Monochromatic Colors of #f96bdc

#f96bdc

Complementary Color

#f96bdc #6bf988

#f96bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96bdc Color CSS Codes

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

#f96bdc Text Font Color

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

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


#f96bdc Background Color

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

This div background color is #f96bdc


#f96bdc Border Color

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

This div border color is #f96bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96bdc

Related Colors


Comments

No comments written yet.

Please login to write comment.