Color Hex Logo

#f160db Color Hex

#F160DB
(241,96,219)
0 Favorites   0 Comments

Color spaces of #f160db

RGB 24196219
HSL0.860.840.66
HSV309°60°95°
CMYK 0.000.600.09   0.05
XYZ53.244732.181070.4231
Yxy32.18100.34160.2065
Hunter Lab56.728368.2641-33.8934
CIE-Lab63.492269.5372-35.9056

#f160db color RGB value is (241,96,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 11011011
Octal 361 140 333
Decimal 241 96 219
Hex F1 60 DB

RGB Percentages of Color #f160db

%43.35
%17.27
%39.39

CMYK Percentages of Color #f160db

%0
%60
%9
%5

Triadic Colors of #f160db

#f160db #dbf160 #60dbf1

Analogous Colors of #f160db

#f160db #f16093 #bf60f1

Monochromatic Colors of #f160db

#f160db

Complementary Color

#f160db #60f176

#f160db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f160db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f160db Color CSS Codes

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

#f160db Text Font Color

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

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


#f160db Background Color

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

This div background color is #f160db


#f160db Border Color

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

This div border color is #f160db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f160db


Comments

No comments written yet.

Please login to write comment.