Color Hex Logo

#f06ffd Color Hex

#F06FFD
(240,111,253)
0 Favorites   0 Comments

Color spaces of #f06ffd

RGB 240111253
HSL0.820.970.71
HSV295°56°99°
CMYK 0.050.560.00   0.01
XYZ59.349236.986096.9395
Yxy36.98600.30710.1914
Hunter Lab60.816167.7663-51.9356
CIE-Lab67.266568.4542-48.8393

#f06ffd color RGB value is (240,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11111101
Octal 360 157 375
Decimal 240 111 253
Hex F0 6F FD

RGB Percentages of Color #f06ffd

%39.74
%18.38
%41.89

CMYK Percentages of Color #f06ffd

%5
%56
%0
%1

Triadic Colors of #f06ffd

#f06ffd #fdf06f #6ffdf0

Analogous Colors of #f06ffd

#f06ffd #fd6fc3 #a96ffd

Monochromatic Colors of #f06ffd

#f06ffd

Complementary Color

#f06ffd #7cfd6f

#f06ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06ffd Color CSS Codes

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

#f06ffd Text Font Color

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

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


#f06ffd Background Color

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

This div background color is #f06ffd


#f06ffd Border Color

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

This div border color is #f06ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.