Color Hex Logo

#f654fd Color Hex

#F654FD
(246,84,253)
0 Favorites   0 Comments

Color spaces of #f654fd

RGB 24684253
HSL0.830.980.66
HSV298°67°99°
CMYK 0.030.670.00   0.01
XYZ58.906033.025396.1983
Yxy33.02530.31310.1755
Hunter Lab57.467682.3993-59.0215
CIE-Lab64.181480.6857-53.6669

#f654fd color RGB value is (246,84,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 11111101
Octal 366 124 375
Decimal 246 84 253
Hex F6 54 FD

RGB Percentages of Color #f654fd

%42.20
%14.41
%43.40

CMYK Percentages of Color #f654fd

%3
%67
%0
%1

Triadic Colors of #f654fd

#f654fd #fdf654 #54fdf6

Analogous Colors of #f654fd

#f654fd #fd54b0 #a254fd

Monochromatic Colors of #f654fd

#f654fd

Complementary Color

#f654fd #5bfd54

#f654fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654fd Color CSS Codes

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

#f654fd Text Font Color

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

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


#f654fd Background Color

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

This div background color is #f654fd


#f654fd Border Color

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

This div border color is #f654fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654fd

Related Colors


Comments

No comments written yet.

Please login to write comment.