Color Hex Logo

#f06afd Color Hex

#F06AFD
(240,106,253)
0 Favorites   0 Comments

Color spaces of #f06afd

RGB 240106253
HSL0.820.970.70
HSV295°58°99°
CMYK 0.050.580.00   0.01
XYZ58.818835.925296.7627
Yxy35.92520.30710.1876
Hunter Lab59.937670.2771-53.7608
CIE-Lab66.462770.6419-50.1081

#f06afd color RGB value is (240,106,253).

#f06afd hex color red value is 240, green value is 106 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f06afd hue: 0.82 , saturation: 0.97 and the lightness value of f06afd is 0.70.

The process color (four color CMYK) of #f06afd color hex is 0.05, 0.58, 0.00, 0.01. Web safe color of #f06afd is #ff66ff. Color #f06afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101010 11111101
Octal 360 152 375
Decimal 240 106 253
Hex F0 6A FD

RGB Percentages of Color #f06afd

%40.07
%17.70
%42.24

CMYK Percentages of Color #f06afd

%5
%58
%0
%1

Triadic Colors of #f06afd

#f06afd #fdf06a #6afdf0

Analogous Colors of #f06afd

#f06afd #fd6ac1 #a76afd

Monochromatic Colors of #f06afd

#f06afd

Complementary Color

#f06afd #77fd6a

#f06afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06afd Color CSS Codes

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

#f06afd Text Font Color

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

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


#f06afd Background Color

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

This div background color is #f06afd


#f06afd Border Color

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

This div border color is #f06afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06afd


Comments

No comments written yet.

Please login to write comment.