Color Hex Logo

#f950dd Color Hex

#F950DD
(249,80,221)
0 Favorites   0 Comments

Color spaces of #f950dd

RGB 24980221
HSL0.860.930.65
HSV310°68°98°
CMYK 0.000.680.11   0.02
XYZ54.986731.097571.5109
Yxy31.09750.34890.1973
Hunter Lab55.765178.4193-36.9955
CIE-Lab62.589977.8735-38.3473

#f950dd color RGB value is (249,80,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010000 11011101
Octal 371 120 335
Decimal 249 80 221
Hex F9 50 DD

RGB Percentages of Color #f950dd

%45.27
%14.55
%40.18

CMYK Percentages of Color #f950dd

%0
%68
%11
%2

Triadic Colors of #f950dd

#f950dd #ddf950 #50ddf9

Analogous Colors of #f950dd

#f950dd #f95089 #c150f9

Monochromatic Colors of #f950dd

#f950dd

Complementary Color

#f950dd #50f96c

#f950dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f950dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f950dd Color CSS Codes

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

#f950dd Text Font Color

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

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


#f950dd Background Color

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

This div background color is #f950dd


#f950dd Border Color

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

This div border color is #f950dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f950dd


Comments

No comments written yet.

Please login to write comment.