Color Hex Logo

#f697db Color Hex

#F697DB
(246,151,219)
0 Favorites   0 Comments

Color spaces of #f697db

RGB 246151219
HSL0.880.840.78
HSV317°39°96°
CMYK 0.000.390.11   0.04
XYZ61.858846.840572.7986
Yxy46.84050.34080.2581
Hunter Lab68.440141.5649-15.1577
CIE-Lab74.087644.9936-19.5609

#f697db color RGB value is (246,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010111 11011011
Octal 366 227 333
Decimal 246 151 219
Hex F6 97 DB

RGB Percentages of Color #f697db

%39.94
%24.51
%35.55

CMYK Percentages of Color #f697db

%0
%39
%11
%4

Triadic Colors of #f697db

#f697db #dbf697 #97dbf6

Analogous Colors of #f697db

#f697db #f697ac #e297f6

Monochromatic Colors of #f697db

#f697db

Complementary Color

#f697db #97f6b2

#f697db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f697db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f697db Color CSS Codes

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

#f697db Text Font Color

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

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


#f697db Background Color

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

This div background color is #f697db


#f697db Border Color

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

This div border color is #f697db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f697db


Comments

No comments written yet.

Please login to write comment.