Color Hex Logo

#f082fd Color Hex

#F082FD
(240,130,253)
0 Favorites   0 Comments

Color spaces of #f082fd

RGB 240130253
HSL0.820.970.75
HSV294°49°99°
CMYK 0.050.490.00   0.01
XYZ61.647441.582497.7055
Yxy41.58240.30680.2069
Hunter Lab64.484457.7991-44.6959
CIE-Lab70.582059.6097-43.6283

#f082fd color RGB value is (240,130,253).

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

The process color (four color CMYK) of #f082fd color hex is 0.05, 0.49, 0.00, 0.01. Web safe color of #f082fd is #ff99ff. Color #f082fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000010 11111101
Octal 360 202 375
Decimal 240 130 253
Hex F0 82 FD

RGB Percentages of Color #f082fd

%38.52
%20.87
%40.61

CMYK Percentages of Color #f082fd

%5
%49
%0
%1

Triadic Colors of #f082fd

#f082fd #fdf082 #82fdf0

Analogous Colors of #f082fd

#f082fd #fd82cd #b382fd

Monochromatic Colors of #f082fd

#f082fd

Complementary Color

#f082fd #8ffd82

#f082fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f082fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f082fd Color CSS Codes

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

#f082fd Text Font Color

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

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


#f082fd Background Color

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

This div background color is #f082fd


#f082fd Border Color

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

This div border color is #f082fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f082fd


Comments

No comments written yet.

Please login to write comment.