Color Hex Logo

#f621fd Color Hex

#F621FD
(246,33,253)
0 Favorites   0 Comments

Color spaces of #f621fd

RGB 24633253
HSL0.830.980.56
HSV298°87°99°
CMYK 0.030.870.00   0.01
XYZ56.279527.772495.3229
Yxy27.77240.31380.1548
Hunter Lab52.699598.4017-70.3541
CIE-Lab59.682693.6448-60.8396

#f621fd color RGB value is (246,33,253).

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

The process color (four color CMYK) of #f621fd color hex is 0.03, 0.87, 0.00, 0.01. Web safe color of #f621fd is #ff33ff. Color #f621fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100001 11111101
Octal 366 41 375
Decimal 246 33 253
Hex F6 21 FD

RGB Percentages of Color #f621fd

%46.24
%6.20
%47.56

CMYK Percentages of Color #f621fd

%3
%87
%0
%1

Triadic Colors of #f621fd

#f621fd #fdf621 #21fdf6

Analogous Colors of #f621fd

#f621fd #fd2196 #8821fd

Monochromatic Colors of #f621fd

#f621fd

Complementary Color

#f621fd #28fd21

#f621fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f621fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f621fd Color CSS Codes

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

#f621fd Text Font Color

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

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


#f621fd Background Color

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

This div background color is #f621fd


#f621fd Border Color

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

This div border color is #f621fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f621fd

Related Colors


Comments

No comments written yet.

Please login to write comment.