Color Hex Logo

#f691db Color Hex

#F691DB
(246,145,219)
0 Favorites   0 Comments

Color spaces of #f691db

RGB 246145219
HSL0.880.850.77
HSV316°41°96°
CMYK 0.000.410.11   0.04
XYZ60.917644.958172.4849
Yxy44.95810.34150.2521
Hunter Lab67.050844.8335-17.1596
CIE-Lab72.864348.0577-21.4185

#f691db color RGB value is (246,145,219).

#f691db hex color red value is 246, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f691db hue: 0.88 , saturation: 0.85 and the lightness value of f691db is 0.77.

The process color (four color CMYK) of #f691db color hex is 0.00, 0.41, 0.11, 0.04. Web safe color of #f691db is #ff99cc. Color #f691db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010001 11011011
Octal 366 221 333
Decimal 246 145 219
Hex F6 91 DB

RGB Percentages of Color #f691db

%40.33
%23.77
%35.90

CMYK Percentages of Color #f691db

%0
%41
%11
%4

Triadic Colors of #f691db

#f691db #dbf691 #91dbf6

Analogous Colors of #f691db

#f691db #f691a9 #df91f6

Monochromatic Colors of #f691db

#f691db

Complementary Color

#f691db #91f6ac

#f691db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f691db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f691db Color CSS Codes

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

#f691db Text Font Color

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

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


#f691db Background Color

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

This div background color is #f691db


#f691db Border Color

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

This div border color is #f691db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f691db


Comments

No comments written yet.

Please login to write comment.