Color Hex Logo

#f951dd Color Hex

#F951DD
(249,81,221)
0 Favorites   0 Comments

Color spaces of #f951dd

RGB 24981221
HSL0.860.930.65
HSV310°67°98°
CMYK 0.000.670.11   0.02
XYZ55.060531.245171.5355
Yxy31.24510.34880.1980
Hunter Lab55.897378.0074-36.7492
CIE-Lab62.714077.5247-38.1532

#f951dd color RGB value is (249,81,221).

#f951dd hex color red value is 249, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f951dd hue: 0.86 , saturation: 0.93 and the lightness value of f951dd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 11011101
Octal 371 121 335
Decimal 249 81 221
Hex F9 51 DD

RGB Percentages of Color #f951dd

%45.19
%14.70
%40.11

CMYK Percentages of Color #f951dd

%0
%67
%11
%2

Triadic Colors of #f951dd

#f951dd #ddf951 #51ddf9

Analogous Colors of #f951dd

#f951dd #f95189 #c151f9

Monochromatic Colors of #f951dd

#f951dd

Complementary Color

#f951dd #51f96d

#f951dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f951dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f951dd Color CSS Codes

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

#f951dd Text Font Color

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

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


#f951dd Background Color

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

This div background color is #f951dd


#f951dd Border Color

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

This div border color is #f951dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f951dd

Related Colors


Comments

No comments written yet.

Please login to write comment.