Color Hex Logo

#f170de Color Hex

#F170DE
(241,112,222)
0 Favorites   0 Comments

Color spaces of #f170de

RGB 241112222
HSL0.860.820.69
HSV309°54°95°
CMYK 0.000.540.08   0.05
XYZ55.254635.563073.0594
Yxy35.56300.33720.2170
Hunter Lab59.634761.0286-30.8928
CIE-Lab66.184763.0541-33.3953

#f170de color RGB value is (241,112,222).

#f170de hex color red value is 241, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f170de hue: 0.86 , saturation: 0.82 and the lightness value of f170de is 0.69.

The process color (four color CMYK) of #f170de color hex is 0.00, 0.54, 0.08, 0.05. Web safe color of #f170de is #ff66cc. Color #f170de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110000 11011110
Octal 361 160 336
Decimal 241 112 222
Hex F1 70 DE

RGB Percentages of Color #f170de

%41.91
%19.48
%38.61

CMYK Percentages of Color #f170de

%0
%54
%8
%5

Triadic Colors of #f170de

#f170de #def170 #70def1

Analogous Colors of #f170de

#f170de #f1709e #c470f1

Monochromatic Colors of #f170de

#f170de

Complementary Color

#f170de #70f183

#f170de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f170de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f170de Color CSS Codes

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

#f170de Text Font Color

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

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


#f170de Background Color

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

This div background color is #f170de


#f170de Border Color

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

This div border color is #f170de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f170de


Comments

No comments written yet.

Please login to write comment.