Color Hex Logo

#f969dd Color Hex

#F969DD
(249,105,221)
0 Favorites   0 Comments

Color spaces of #f969dd

RGB 249105221
HSL0.870.920.69
HSV312°58°98°
CMYK 0.000.580.11   0.02
XYZ57.169635.463372.2386
Yxy35.46330.34680.2151
Hunter Lab59.551167.1473-30.2362
CIE-Lab66.107868.1517-32.8696

#f969dd color RGB value is (249,105,221).

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

The process color (four color CMYK) of #f969dd color hex is 0.00, 0.58, 0.11, 0.02. Web safe color of #f969dd is #ff66cc. Color #f969dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 11011101
Octal 371 151 335
Decimal 249 105 221
Hex F9 69 DD

RGB Percentages of Color #f969dd

%43.30
%18.26
%38.43

CMYK Percentages of Color #f969dd

%0
%58
%11
%2

Triadic Colors of #f969dd

#f969dd #ddf969 #69ddf9

Analogous Colors of #f969dd

#f969dd #f96995 #cd69f9

Monochromatic Colors of #f969dd

#f969dd

Complementary Color

#f969dd #69f985

#f969dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969dd Color CSS Codes

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

#f969dd Text Font Color

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

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


#f969dd Background Color

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

This div background color is #f969dd


#f969dd Border Color

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

This div border color is #f969dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969dd


Comments

No comments written yet.

Please login to write comment.