Color Hex Logo

#f66efd Color Hex

#F66EFD
(246,110,253)
0 Favorites   0 Comments

Color spaces of #f66efd

RGB 246110253
HSL0.830.970.71
HSV297°57°99°
CMYK 0.030.570.00   0.01
XYZ61.311637.836597.0002
Yxy37.83650.31260.1929
Hunter Lab61.511470.2753-50.4392
CIE-Lab67.899970.3832-47.7874

#f66efd color RGB value is (246,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101110 11111101
Octal 366 156 375
Decimal 246 110 253
Hex F6 6E FD

RGB Percentages of Color #f66efd

%40.39
%18.06
%41.54

CMYK Percentages of Color #f66efd

%3
%57
%0
%1

Triadic Colors of #f66efd

#f66efd #fdf66e #6efdf6

Analogous Colors of #f66efd

#f66efd #fd6ebd #af6efd

Monochromatic Colors of #f66efd

#f66efd

Complementary Color

#f66efd #75fd6e

#f66efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66efd Color CSS Codes

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

#f66efd Text Font Color

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

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


#f66efd Background Color

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

This div background color is #f66efd


#f66efd Border Color

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

This div border color is #f66efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66efd

Related Colors


Comments

No comments written yet.

Please login to write comment.