Color Hex Logo

#f001dd Color Hex

#F001DD
(240,1,221)
0 Favorites   0 Comments

Color spaces of #f001dd

RGB 2401221
HSL0.850.990.47
HSV305°100°94°
CMYK 0.001.000.08   0.06
XYZ48.997223.767470.4117
Yxy23.76740.34220.1660
Hunter Lab48.751894.0827-51.5056
CIE-Lab55.854291.1945-49.0653

#f001dd color RGB value is (240,1,221).

#f001dd hex color red value is 240, green value is 1 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f001dd hue: 0.85 , saturation: 0.99 and the lightness value of f001dd is 0.47.

The process color (four color CMYK) of #f001dd color hex is 0.00, 1.00, 0.08, 0.06. Web safe color of #f001dd is #ff00cc. Color #f001dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000001 11011101
Octal 360 1 335
Decimal 240 1 221
Hex F0 1 DD

RGB Percentages of Color #f001dd

%51.95
%0.22
%47.84

CMYK Percentages of Color #f001dd

%0
%100
%8
%6

Triadic Colors of #f001dd

#f001dd #ddf001 #01ddf0

Analogous Colors of #f001dd

#f001dd #f00166 #8c01f0

Monochromatic Colors of #f001dd

#f001dd

Complementary Color

#f001dd #01f014

#f001dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f001dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f001dd Color CSS Codes

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

#f001dd Text Font Color

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

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


#f001dd Background Color

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

This div background color is #f001dd


#f001dd Border Color

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

This div border color is #f001dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f001dd


Comments

No comments written yet.

Please login to write comment.