Color Hex Logo

#f075fa Color Hex

#F075FA
(240,117,250)
0 Favorites   0 Comments

Color spaces of #f075fa

RGB 240117250
HSL0.820.930.72
HSV295°53°98°
CMYK 0.040.530.00   0.02
XYZ59.551838.150094.6674
Yxy38.15000.30960.1983
Hunter Lab61.765764.0120-47.6370
CIE-Lab68.131065.2136-45.8337

#f075fa color RGB value is (240,117,250).

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

The process color (four color CMYK) of #f075fa color hex is 0.04, 0.53, 0.00, 0.02. Web safe color of #f075fa is #ff66ff. Color #f075fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 11111010
Octal 360 165 372
Decimal 240 117 250
Hex F0 75 FA

RGB Percentages of Color #f075fa

%39.54
%19.28
%41.19

CMYK Percentages of Color #f075fa

%4
%53
%0
%2

Triadic Colors of #f075fa

#f075fa #faf075 #75faf0

Analogous Colors of #f075fa

#f075fa #fa75c2 #ae75fa

Monochromatic Colors of #f075fa

#f075fa

Complementary Color

#f075fa #7ffa75

#f075fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f075fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f075fa Color CSS Codes

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

#f075fa Text Font Color

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

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


#f075fa Background Color

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

This div background color is #f075fa


#f075fa Border Color

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

This div border color is #f075fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f075fa


Comments

No comments written yet.

Please login to write comment.