Color Hex Logo

#f364fd Color Hex

#F364FD
(243,100,253)
0 Favorites   0 Comments

Color spaces of #f364fd

RGB 243100253
HSL0.820.970.69
HSV296°60°99°
CMYK 0.040.600.00   0.01
XYZ59.248935.260996.6118
Yxy35.26090.31000.1845
Hunter Lab59.380974.1867-54.8973
CIE-Lab65.951373.8824-50.8899

#f364fd color RGB value is (243,100,253).

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

The process color (four color CMYK) of #f364fd color hex is 0.04, 0.60, 0.00, 0.01. Web safe color of #f364fd is #ff66ff. Color #f364fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100100 11111101
Octal 363 144 375
Decimal 243 100 253
Hex F3 64 FD

RGB Percentages of Color #f364fd

%40.77
%16.78
%42.45

CMYK Percentages of Color #f364fd

%4
%60
%0
%1

Triadic Colors of #f364fd

#f364fd #fdf364 #64fdf3

Analogous Colors of #f364fd

#f364fd #fd64bb #a764fd

Monochromatic Colors of #f364fd

#f364fd

Complementary Color

#f364fd #6efd64

#f364fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f364fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f364fd Color CSS Codes

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

#f364fd Text Font Color

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

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


#f364fd Background Color

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

This div background color is #f364fd


#f364fd Border Color

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

This div border color is #f364fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f364fd


Comments

No comments written yet.

Please login to write comment.