Color Hex Logo

#f05efa Color Hex

#F05EFA
(240,94,250)
0 Favorites   0 Comments

Color spaces of #f05efa

RGB 24094250
HSL0.820.940.67
HSV296°62°98°
CMYK 0.040.620.00   0.02
XYZ57.193233.432893.8812
Yxy33.43280.31000.1812
Hunter Lab57.821175.3747-55.7914
CIE-Lab64.509875.0975-51.5472

#f05efa color RGB value is (240,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011110 11111010
Octal 360 136 372
Decimal 240 94 250
Hex F0 5E FA

RGB Percentages of Color #f05efa

%41.10
%16.10
%42.81

CMYK Percentages of Color #f05efa

%4
%62
%0
%2

Triadic Colors of #f05efa

#f05efa #faf05e #5efaf0

Analogous Colors of #f05efa

#f05efa #fa5eb6 #a25efa

Monochromatic Colors of #f05efa

#f05efa

Complementary Color

#f05efa #68fa5e

#f05efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05efa Color CSS Codes

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

#f05efa Text Font Color

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

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


#f05efa Background Color

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

This div background color is #f05efa


#f05efa Border Color

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

This div border color is #f05efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05efa

Related Colors


Comments

No comments written yet.

Please login to write comment.