Color Hex Logo

#f66bdb Color Hex

#F66BDB
(246,107,219)
0 Favorites   0 Comments

Color spaces of #f66bdb

RGB 246107219
HSL0.870.890.69
HSV312°57°96°
CMYK 0.000.570.11   0.04
XYZ56.049935.222770.8623
Yxy35.22270.34570.2172
Hunter Lab59.348764.7181-29.2481
CIE-Lab65.921766.1802-32.0756

#f66bdb color RGB value is (246,107,219).

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

The process color (four color CMYK) of #f66bdb color hex is 0.00, 0.57, 0.11, 0.04. Web safe color of #f66bdb is #ff66cc. Color #f66bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 11011011
Octal 366 153 333
Decimal 246 107 219
Hex F6 6B DB

RGB Percentages of Color #f66bdb

%43.01
%18.71
%38.29

CMYK Percentages of Color #f66bdb

%0
%57
%11
%4

Triadic Colors of #f66bdb

#f66bdb #dbf66b #6bdbf6

Analogous Colors of #f66bdb

#f66bdb #f66b96 #cc6bf6

Monochromatic Colors of #f66bdb

#f66bdb

Complementary Color

#f66bdb #6bf686

#f66bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bdb Color CSS Codes

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

#f66bdb Text Font Color

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

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


#f66bdb Background Color

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

This div background color is #f66bdb


#f66bdb Border Color

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

This div border color is #f66bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bdb


Comments

No comments written yet.

Please login to write comment.