Color Hex Logo

#f164be Color Hex

#F164BE
(241,100,190)
0 Favorites   0 Comments

Color spaces of #f164be

RGB 241100190
HSL0.890.830.67
HSV322°59°95°
CMYK 0.000.590.21   0.05
XYZ50.127131.532852.1597
Yxy31.53280.37460.2356
Hunter Lab56.154161.0721-15.7647
CIE-Lab62.954963.6464-20.3616

#f164be color RGB value is (241,100,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100100 10111110
Octal 361 144 276
Decimal 241 100 190
Hex F1 64 BE

RGB Percentages of Color #f164be

%45.39
%18.83
%35.78

CMYK Percentages of Color #f164be

%0
%59
%21
%5

Triadic Colors of #f164be

#f164be #bef164 #64bef1

Analogous Colors of #f164be

#f164be #f16478 #de64f1

Monochromatic Colors of #f164be

#f164be

Complementary Color

#f164be #64f197

#f164be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f164be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f164be Color CSS Codes

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

#f164be Text Font Color

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

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


#f164be Background Color

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

This div background color is #f164be


#f164be Border Color

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

This div border color is #f164be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,100,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f164be


Comments

No comments written yet.

Please login to write comment.