Color Hex Logo

#f010de Color Hex

#F010DE
(240,16,222)
0 Favorites   0 Comments

Color spaces of #f010de

RGB 24016222
HSL0.850.880.50
HSV305°93°94°
CMYK 0.000.930.08   0.06
XYZ49.305324.169871.1738
Yxy24.16980.34090.1671
Hunter Lab49.162892.9825-51.4212
CIE-Lab56.257490.2949-48.9917

#f010de color RGB value is (240,16,222).

#f010de hex color red value is 240, green value is 16 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f010de hue: 0.85 , saturation: 0.88 and the lightness value of f010de is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 11011110
Octal 360 20 336
Decimal 240 16 222
Hex F0 10 DE

RGB Percentages of Color #f010de

%50.21
%3.35
%46.44

CMYK Percentages of Color #f010de

%0
%93
%8
%6

Triadic Colors of #f010de

#f010de #def010 #10def0

Analogous Colors of #f010de

#f010de #f0106e #9210f0

Monochromatic Colors of #f010de

#f010de

Complementary Color

#f010de #10f022

#f010de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f010de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f010de Color CSS Codes

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

#f010de Text Font Color

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

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


#f010de Background Color

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

This div background color is #f010de


#f010de Border Color

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

This div border color is #f010de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,16,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f010de


Comments

No comments written yet.

Please login to write comment.