Color Hex Logo

#f07cfa Color Hex

#F07CFA
(240,124,250)
0 Favorites   0 Comments

Color spaces of #f07cfa

RGB 240124250
HSL0.820.930.73
HSV295°50°98°
CMYK 0.040.500.00   0.02
XYZ60.398239.842794.9496
Yxy39.84270.30940.2041
Hunter Lab63.121160.3381-45.0020
CIE-Lab69.357361.9452-43.9088

#f07cfa color RGB value is (240,124,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111100 11111010
Octal 360 174 372
Decimal 240 124 250
Hex F0 7C FA

RGB Percentages of Color #f07cfa

%39.09
%20.20
%40.72

CMYK Percentages of Color #f07cfa

%4
%50
%0
%2

Triadic Colors of #f07cfa

#f07cfa #faf07c #7cfaf0

Analogous Colors of #f07cfa

#f07cfa #fa7cc5 #b17cfa

Monochromatic Colors of #f07cfa

#f07cfa

Complementary Color

#f07cfa #86fa7c

#f07cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07cfa Color CSS Codes

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

#f07cfa Text Font Color

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

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


#f07cfa Background Color

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

This div background color is #f07cfa


#f07cfa Border Color

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

This div border color is #f07cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07cfa


Comments

No comments written yet.

Please login to write comment.