Color Hex Logo

#f164de Color Hex

#F164DE
(241,100,222)
0 Favorites   0 Comments

Color spaces of #f164de

RGB 241100222
HSL0.860.830.67
HSV308°59°95°
CMYK 0.000.590.08   0.05
XYZ54.017633.089072.6470
Yxy33.08900.33810.2071
Hunter Lab57.523066.9569-34.6124
CIE-Lab64.232968.3293-36.4303

#f164de color RGB value is (241,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100100 11011110
Octal 361 144 336
Decimal 241 100 222
Hex F1 64 DE

RGB Percentages of Color #f164de

%42.81
%17.76
%39.43

CMYK Percentages of Color #f164de

%0
%59
%8
%5

Triadic Colors of #f164de

#f164de #def164 #64def1

Analogous Colors of #f164de

#f164de #f16498 #be64f1

Monochromatic Colors of #f164de

#f164de

Complementary Color

#f164de #64f177

#f164de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f164de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f164de Color CSS Codes

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

#f164de Text Font Color

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

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


#f164de Background Color

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

This div background color is #f164de


#f164de Border Color

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

This div border color is #f164de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f164de


Comments

No comments written yet.

Please login to write comment.