Color Hex Logo

#f045fd Color Hex

#F045FD
(240,69,253)
0 Favorites   0 Comments

Color spaces of #f045fd

RGB 24069253
HSL0.820.980.63
HSV296°73°99°
CMYK 0.050.730.00   0.01
XYZ55.792929.873495.7540
Yxy29.87340.30750.1647
Hunter Lab54.656686.5621-65.6118
CIE-Lab61.544884.4041-57.9168

#f045fd color RGB value is (240,69,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 11111101
Octal 360 105 375
Decimal 240 69 253
Hex F0 45 FD

RGB Percentages of Color #f045fd

%42.70
%12.28
%45.02

CMYK Percentages of Color #f045fd

%5
%73
%0
%1

Triadic Colors of #f045fd

#f045fd #fdf045 #45fdf0

Analogous Colors of #f045fd

#f045fd #fd45ae #9445fd

Monochromatic Colors of #f045fd

#f045fd

Complementary Color

#f045fd #52fd45

#f045fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f045fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f045fd Color CSS Codes

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

#f045fd Text Font Color

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

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


#f045fd Background Color

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

This div background color is #f045fd


#f045fd Border Color

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

This div border color is #f045fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f045fd


Comments

No comments written yet.

Please login to write comment.