Color Hex Logo

#f376fa Color Hex

#F376FA
(243,118,250)
0 Favorites   0 Comments

Color spaces of #f376fa

RGB 243118250
HSL0.820.930.72
HSV297°53°98°
CMYK 0.030.530.00   0.02
XYZ60.695938.913794.7545
Yxy38.91370.31230.2002
Hunter Lab62.380864.5121-46.3930
CIE-Lab68.688765.5324-44.9307

#f376fa color RGB value is (243,118,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110110 11111010
Octal 363 166 372
Decimal 243 118 250
Hex F3 76 FA

RGB Percentages of Color #f376fa

%39.77
%19.31
%40.92

CMYK Percentages of Color #f376fa

%3
%53
%0
%2

Triadic Colors of #f376fa

#f376fa #faf376 #76faf3

Analogous Colors of #f376fa

#f376fa #fa76bf #b176fa

Monochromatic Colors of #f376fa

#f376fa

Complementary Color

#f376fa #7dfa76

#f376fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f376fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f376fa Color CSS Codes

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

#f376fa Text Font Color

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

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


#f376fa Background Color

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

This div background color is #f376fa


#f376fa Border Color

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

This div border color is #f376fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f376fa

Related Colors


Comments

No comments written yet.

Please login to write comment.