Color Hex Logo

#f16cdb Color Hex

#F16CDB
(241,108,219)
0 Favorites   0 Comments

Color spaces of #f16cdb

RGB 241108219
HSL0.860.830.68
HSV310°55°95°
CMYK 0.000.550.09   0.05
XYZ54.424434.540470.8163
Yxy34.54040.34060.2162
Hunter Lab58.771162.4488-30.3018
CIE-Lab65.389364.3821-32.9561

#f16cdb color RGB value is (241,108,219).

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

The process color (four color CMYK) of #f16cdb color hex is 0.00, 0.55, 0.09, 0.05. Web safe color of #f16cdb is #ff66cc. Color #f16cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101100 11011011
Octal 361 154 333
Decimal 241 108 219
Hex F1 6C DB

RGB Percentages of Color #f16cdb

%42.43
%19.01
%38.56

CMYK Percentages of Color #f16cdb

%0
%55
%9
%5

Triadic Colors of #f16cdb

#f16cdb #dbf16c #6cdbf1

Analogous Colors of #f16cdb

#f16cdb #f16c99 #c56cf1

Monochromatic Colors of #f16cdb

#f16cdb

Complementary Color

#f16cdb #6cf182

#f16cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16cdb Color CSS Codes

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

#f16cdb Text Font Color

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

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


#f16cdb Background Color

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

This div background color is #f16cdb


#f16cdb Border Color

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

This div border color is #f16cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16cdb


Comments

No comments written yet.

Please login to write comment.