Color Hex Logo

#f442fd Color Hex

#F442FD
(244,66,253)
0 Favorites   0 Comments

Color spaces of #f442fd

RGB 24466253
HSL0.830.980.63
HSV297°74°99°
CMYK 0.040.740.00   0.01
XYZ56.986130.221495.7583
Yxy30.22140.31150.1652
Hunter Lab54.974088.8288-64.7945
CIE-Lab61.844886.0747-57.4025

#f442fd color RGB value is (244,66,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000010 11111101
Octal 364 102 375
Decimal 244 66 253
Hex F4 42 FD

RGB Percentages of Color #f442fd

%43.34
%11.72
%44.94

CMYK Percentages of Color #f442fd

%4
%74
%0
%1

Triadic Colors of #f442fd

#f442fd #fdf442 #42fdf4

Analogous Colors of #f442fd

#f442fd #fd42a9 #9742fd

Monochromatic Colors of #f442fd

#f442fd

Complementary Color

#f442fd #4bfd42

#f442fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f442fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f442fd Color CSS Codes

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

#f442fd Text Font Color

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

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


#f442fd Background Color

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

This div background color is #f442fd


#f442fd Border Color

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

This div border color is #f442fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f442fd

Related Colors


Comments

No comments written yet.

Please login to write comment.