Color Hex Logo

#f443fd Color Hex

#F443FD
(244,67,253)
0 Favorites   0 Comments

Color spaces of #f443fd

RGB 24467253
HSL0.830.980.63
HSV297°74°99°
CMYK 0.040.740.00   0.01
XYZ57.045030.339395.7780
Yxy30.33930.31140.1656
Hunter Lab55.081188.4723-64.5398
CIE-Lab61.945985.7841-57.2413

#f443fd color RGB value is (244,67,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000011 11111101
Octal 364 103 375
Decimal 244 67 253
Hex F4 43 FD

RGB Percentages of Color #f443fd

%43.26
%11.88
%44.86

CMYK Percentages of Color #f443fd

%4
%74
%0
%1

Triadic Colors of #f443fd

#f443fd #fdf443 #43fdf4

Analogous Colors of #f443fd

#f443fd #fd43a9 #9743fd

Monochromatic Colors of #f443fd

#f443fd

Complementary Color

#f443fd #4cfd43

#f443fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f443fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f443fd Color CSS Codes

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

#f443fd Text Font Color

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

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


#f443fd Background Color

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

This div background color is #f443fd


#f443fd Border Color

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

This div border color is #f443fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f443fd

Related Colors


Comments

No comments written yet.

Please login to write comment.