Color Hex Logo

#f017de Color Hex

#F017DE
(240,23,222)
0 Favorites   0 Comments

Color spaces of #f017de

RGB 24023222
HSL0.850.880.52
HSV305°90°94°
CMYK 0.000.900.08   0.06
XYZ49.426424.412071.2142
Yxy24.41200.34070.1683
Hunter Lab49.408592.0998-50.8708
CIE-Lab56.498089.5867-48.6098

#f017de color RGB value is (240,23,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 11011110
Octal 360 27 336
Decimal 240 23 222
Hex F0 17 DE

RGB Percentages of Color #f017de

%49.48
%4.74
%45.77

CMYK Percentages of Color #f017de

%0
%90
%8
%6

Triadic Colors of #f017de

#f017de #def017 #17def0

Analogous Colors of #f017de

#f017de #f01772 #9617f0

Monochromatic Colors of #f017de

#f017de

Complementary Color

#f017de #17f029

#f017de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f017de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f017de Color CSS Codes

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

#f017de Text Font Color

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

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


#f017de Background Color

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

This div background color is #f017de


#f017de Border Color

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

This div border color is #f017de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f017de


Comments

No comments written yet.

Please login to write comment.