Color Hex Logo

#f344fd Color Hex

#F344FD
(243,68,253)
0 Favorites   0 Comments

Color spaces of #f344fd

RGB 24368253
HSL0.820.980.63
HSV297°73°99°
CMYK 0.040.730.00   0.01
XYZ56.758930.280895.7818
Yxy30.28080.31050.1656
Hunter Lab55.028087.8157-64.6807
CIE-Lab61.895885.2939-57.3303

#f344fd color RGB value is (243,68,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000100 11111101
Octal 363 104 375
Decimal 243 68 253
Hex F3 44 FD

RGB Percentages of Color #f344fd

%43.09
%12.06
%44.86

CMYK Percentages of Color #f344fd

%4
%73
%0
%1

Triadic Colors of #f344fd

#f344fd #fdf344 #44fdf3

Analogous Colors of #f344fd

#f344fd #fd44ab #9744fd

Monochromatic Colors of #f344fd

#f344fd

Complementary Color

#f344fd #4efd44

#f344fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f344fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f344fd Color CSS Codes

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

#f344fd Text Font Color

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

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


#f344fd Background Color

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

This div background color is #f344fd


#f344fd Border Color

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

This div border color is #f344fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f344fd


Comments

No comments written yet.

Please login to write comment.