Color Hex Logo

#f66ffd Color Hex

#F66FFD
(246,111,253)
0 Favorites   0 Comments

Color spaces of #f66ffd

RGB 246111253
HSL0.830.970.71
HSV297°56°99°
CMYK 0.030.560.00   0.01
XYZ61.420138.053697.0364
Yxy38.05360.31260.1936
Hunter Lab61.687669.7727-50.0836
CIE-Lab68.060169.9476-47.5352

#f66ffd color RGB value is (246,111,253).

#f66ffd hex color red value is 246, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f66ffd hue: 0.83 , saturation: 0.97 and the lightness value of f66ffd is 0.71.

The process color (four color CMYK) of #f66ffd color hex is 0.03, 0.56, 0.00, 0.01. Web safe color of #f66ffd is #ff66ff. Color #f66ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 11111101
Octal 366 157 375
Decimal 246 111 253
Hex F6 6F FD

RGB Percentages of Color #f66ffd

%40.33
%18.20
%41.48

CMYK Percentages of Color #f66ffd

%3
%56
%0
%1

Triadic Colors of #f66ffd

#f66ffd #fdf66f #6ffdf6

Analogous Colors of #f66ffd

#f66ffd #fd6fbd #af6ffd

Monochromatic Colors of #f66ffd

#f66ffd

Complementary Color

#f66ffd #76fd6f

#f66ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66ffd Color CSS Codes

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

#f66ffd Text Font Color

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

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


#f66ffd Background Color

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

This div background color is #f66ffd


#f66ffd Border Color

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

This div border color is #f66ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.