Color Hex Logo

#f074fa Color Hex

#F074FA
(240,116,250)
0 Favorites   0 Comments

Color spaces of #f074fa

RGB 240116250
HSL0.820.930.72
HSV296°54°98°
CMYK 0.040.540.00   0.02
XYZ59.435937.918294.6288
Yxy37.91820.30960.1975
Hunter Lab61.577864.5302-48.0087
CIE-Lab67.960365.6718-46.1021

#f074fa color RGB value is (240,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 11111010
Octal 360 164 372
Decimal 240 116 250
Hex F0 74 FA

RGB Percentages of Color #f074fa

%39.60
%19.14
%41.25

CMYK Percentages of Color #f074fa

%4
%54
%0
%2

Triadic Colors of #f074fa

#f074fa #faf074 #74faf0

Analogous Colors of #f074fa

#f074fa #fa74c1 #ad74fa

Monochromatic Colors of #f074fa

#f074fa

Complementary Color

#f074fa #7efa74

#f074fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f074fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f074fa Color CSS Codes

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

#f074fa Text Font Color

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

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


#f074fa Background Color

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

This div background color is #f074fa


#f074fa Border Color

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

This div border color is #f074fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f074fa


Comments

No comments written yet.

Please login to write comment.