Color Hex Logo

#f085fa Color Hex

#F085FA
(240,133,250)
0 Favorites   0 Comments

Color spaces of #f085fa

RGB 240133250
HSL0.820.920.75
HSV295°47°98°
CMYK 0.040.470.00   0.02
XYZ61.578042.202595.3428
Yxy42.20250.30920.2119
Hunter Lab64.963555.5118-41.5418
CIE-Lab71.010357.6013-41.3223

#f085fa color RGB value is (240,133,250).

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

The process color (four color CMYK) of #f085fa color hex is 0.04, 0.47, 0.00, 0.02. Web safe color of #f085fa is #ff99ff. Color #f085fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 11111010
Octal 360 205 372
Decimal 240 133 250
Hex F0 85 FA

RGB Percentages of Color #f085fa

%38.52
%21.35
%40.13

CMYK Percentages of Color #f085fa

%4
%47
%0
%2

Triadic Colors of #f085fa

#f085fa #faf085 #85faf0

Analogous Colors of #f085fa

#f085fa #fa85ca #b685fa

Monochromatic Colors of #f085fa

#f085fa

Complementary Color

#f085fa #8ffa85

#f085fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f085fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f085fa Color CSS Codes

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

#f085fa Text Font Color

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

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


#f085fa Background Color

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

This div background color is #f085fa


#f085fa Border Color

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

This div border color is #f085fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,133,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f085fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f085fa


Comments

No comments written yet.

Please login to write comment.