Color Hex Logo

#f374fa Color Hex

#F374FA
(243,116,250)
0 Favorites   0 Comments

Color spaces of #f374fa

RGB 243116250
HSL0.820.930.72
HSV297°54°98°
CMYK 0.030.540.00   0.02
XYZ60.462938.447694.6769
Yxy38.44760.31230.1986
Hunter Lab62.006165.5467-47.1254
CIE-Lab68.349266.4440-45.4639

#f374fa color RGB value is (243,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110100 11111010
Octal 363 164 372
Decimal 243 116 250
Hex F3 74 FA

RGB Percentages of Color #f374fa

%39.90
%19.05
%41.05

CMYK Percentages of Color #f374fa

%3
%54
%0
%2

Triadic Colors of #f374fa

#f374fa #faf374 #74faf3

Analogous Colors of #f374fa

#f374fa #fa74be #b074fa

Monochromatic Colors of #f374fa

#f374fa

Complementary Color

#f374fa #7bfa74

#f374fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f374fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f374fa Color CSS Codes

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

#f374fa Text Font Color

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

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


#f374fa Background Color

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

This div background color is #f374fa


#f374fa Border Color

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

This div border color is #f374fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f374fa


Comments

No comments written yet.

Please login to write comment.