Color Hex Logo

#f680db Color Hex

#F680DB
(246,128,219)
0 Favorites   0 Comments

Color spaces of #f680db

RGB 246128219
HSL0.870.870.73
HSV314°48°96°
CMYK 0.000.480.11   0.04
XYZ58.511440.145671.6828
Yxy40.14560.34350.2357
Hunter Lab63.360653.9579-22.7252
CIE-Lab69.573156.4915-26.4464

#f680db color RGB value is (246,128,219).

#f680db hex color red value is 246, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f680db hue: 0.87 , saturation: 0.87 and the lightness value of f680db is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 11011011
Octal 366 200 333
Decimal 246 128 219
Hex F6 80 DB

RGB Percentages of Color #f680db

%41.48
%21.59
%36.93

CMYK Percentages of Color #f680db

%0
%48
%11
%4

Triadic Colors of #f680db

#f680db #dbf680 #80dbf6

Analogous Colors of #f680db

#f680db #f680a0 #d680f6

Monochromatic Colors of #f680db

#f680db

Complementary Color

#f680db #80f69b

#f680db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f680db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f680db Color CSS Codes

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

#f680db Text Font Color

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

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


#f680db Background Color

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

This div background color is #f680db


#f680db Border Color

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

This div border color is #f680db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f680db


Comments

No comments written yet.

Please login to write comment.