Color Hex Logo

#f164cd Color Hex

#F164CD
(241,100,205)
0 Favorites   0 Comments

Color spaces of #f164cd

RGB 241100205
HSL0.880.830.67
HSV315°59°95°
CMYK 0.000.590.15   0.05
XYZ51.852232.222961.2443
Yxy32.22290.35680.2217
Hunter Lab56.765263.7117-24.2326
CIE-Lab63.526765.7636-27.9792

#f164cd color RGB value is (241,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100100 11001101
Octal 361 144 315
Decimal 241 100 205
Hex F1 64 CD

RGB Percentages of Color #f164cd

%44.14
%18.32
%37.55

CMYK Percentages of Color #f164cd

%0
%59
%15
%5

Triadic Colors of #f164cd

#f164cd #cdf164 #64cdf1

Analogous Colors of #f164cd

#f164cd #f16487 #cf64f1

Monochromatic Colors of #f164cd

#f164cd

Complementary Color

#f164cd #64f188

#f164cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f164cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f164cd Color CSS Codes

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

#f164cd Text Font Color

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

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


#f164cd Background Color

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

This div background color is #f164cd


#f164cd Border Color

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

This div border color is #f164cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f164cd


Comments

No comments written yet.

Please login to write comment.