Color Hex Logo

#f340fd Color Hex

#F340FD
(243,64,253)
0 Favorites   0 Comments

Color spaces of #f340fd

RGB 24364253
HSL0.820.980.62
HSV297°75°99°
CMYK 0.040.750.00   0.01
XYZ56.525229.813395.7038
Yxy29.81330.31050.1638
Hunter Lab54.601689.2359-65.7005
CIE-Lab61.492886.4521-57.9730

#f340fd color RGB value is (243,64,253).

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

The process color (four color CMYK) of #f340fd color hex is 0.04, 0.75, 0.00, 0.01. Web safe color of #f340fd is #ff33ff. Color #f340fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000000 11111101
Octal 363 100 375
Decimal 243 64 253
Hex F3 40 FD

RGB Percentages of Color #f340fd

%43.39
%11.43
%45.18

CMYK Percentages of Color #f340fd

%4
%75
%0
%1

Triadic Colors of #f340fd

#f340fd #fdf340 #40fdf3

Analogous Colors of #f340fd

#f340fd #fd40a9 #9540fd

Monochromatic Colors of #f340fd

#f340fd

Complementary Color

#f340fd #4afd40

#f340fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f340fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f340fd Color CSS Codes

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

#f340fd Text Font Color

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

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


#f340fd Background Color

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

This div background color is #f340fd


#f340fd Border Color

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

This div border color is #f340fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f340fd


Comments

No comments written yet.

Please login to write comment.