Color Hex Logo

#f66bd8 Color Hex

#F66BD8
(246,107,216)
0 Favorites   0 Comments

Color spaces of #f66bd8

RGB 246107216
HSL0.870.890.69
HSV313°57°96°
CMYK 0.000.570.12   0.04
XYZ55.658435.066168.8007
Yxy35.06610.34890.2198
Hunter Lab59.216664.1451-27.4343
CIE-Lab65.800165.7258-30.5879

#f66bd8 color RGB value is (246,107,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 11011000
Octal 366 153 330
Decimal 246 107 216
Hex F6 6B D8

RGB Percentages of Color #f66bd8

%43.23
%18.80
%37.96

CMYK Percentages of Color #f66bd8

%0
%57
%12
%4

Triadic Colors of #f66bd8

#f66bd8 #d8f66b #6bd8f6

Analogous Colors of #f66bd8

#f66bd8 #f66b93 #cf6bf6

Monochromatic Colors of #f66bd8

#f66bd8

Complementary Color

#f66bd8 #6bf689

#f66bd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bd8 Color CSS Codes

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

#f66bd8 Text Font Color

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

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


#f66bd8 Background Color

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

This div background color is #f66bd8


#f66bd8 Border Color

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

This div border color is #f66bd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bd8


Comments

No comments written yet.

Please login to write comment.