Color Hex Logo

#f66bdd Color Hex

#F66BDD
(246,107,221)
0 Favorites   0 Comments

Color spaces of #f66bdd

RGB 246107221
HSL0.860.890.69
HSV311°57°96°
CMYK 0.000.570.10   0.04
XYZ56.314935.328772.2576
Yxy35.32870.34360.2155
Hunter Lab59.438065.1047-30.4712
CIE-Lab66.003866.4861-33.0642

#f66bdd color RGB value is (246,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 11011101
Octal 366 153 335
Decimal 246 107 221
Hex F6 6B DD

RGB Percentages of Color #f66bdd

%42.86
%18.64
%38.50

CMYK Percentages of Color #f66bdd

%0
%57
%10
%4

Triadic Colors of #f66bdd

#f66bdd #ddf66b #6bddf6

Analogous Colors of #f66bdd

#f66bdd #f66b98 #ca6bf6

Monochromatic Colors of #f66bdd

#f66bdd

Complementary Color

#f66bdd #6bf684

#f66bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bdd Color CSS Codes

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

#f66bdd Text Font Color

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

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


#f66bdd Background Color

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

This div background color is #f66bdd


#f66bdd Border Color

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

This div border color is #f66bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,107,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f66bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bdd


Comments

No comments written yet.

Please login to write comment.