Color Hex Logo

#f03cfa Color Hex

#F03CFA
(240,60,250)
0 Favorites   0 Comments

Color spaces of #f03cfa

RGB 24060250
HSL0.820.950.61
HSV297°76°98°
CMYK 0.040.760.00   0.02
XYZ54.806428.659193.0856
Yxy28.65910.31040.1623
Hunter Lab53.534289.0571-65.6199
CIE-Lab60.479686.5136-57.9567

#f03cfa color RGB value is (240,60,250).

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

The process color (four color CMYK) of #f03cfa color hex is 0.04, 0.76, 0.00, 0.02. Web safe color of #f03cfa is #ff33ff. Color #f03cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111100 11111010
Octal 360 74 372
Decimal 240 60 250
Hex F0 3C FA

RGB Percentages of Color #f03cfa

%43.64
%10.91
%45.45

CMYK Percentages of Color #f03cfa

%4
%76
%0
%2

Triadic Colors of #f03cfa

#f03cfa #faf03c #3cfaf0

Analogous Colors of #f03cfa

#f03cfa #fa3ca5 #913cfa

Monochromatic Colors of #f03cfa

#f03cfa

Complementary Color

#f03cfa #46fa3c

#f03cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03cfa Color CSS Codes

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

#f03cfa Text Font Color

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

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


#f03cfa Background Color

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

This div background color is #f03cfa


#f03cfa Border Color

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

This div border color is #f03cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.