Color Hex Logo

#f05afe Color Hex

#F05AFE
(240,90,254)
0 Favorites   0 Comments

Color spaces of #f05afe

RGB 24090254
HSL0.820.990.67
HSV295°65°100°
CMYK 0.060.650.00   0.00
XYZ57.480732.993497.1047
Yxy32.99340.30640.1759
Hunter Lab57.439978.1071-60.0245
CIE-Lab64.155677.3307-54.3123

#f05afe color RGB value is (240,90,254).

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

The process color (four color CMYK) of #f05afe color hex is 0.06, 0.65, 0.00, 0.00. Web safe color of #f05afe is #ff66ff. Color #f05afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011010 11111110
Octal 360 132 376
Decimal 240 90 254
Hex F0 5A FE

RGB Percentages of Color #f05afe

%41.10
%15.41
%43.49

CMYK Percentages of Color #f05afe

%6
%65
%0
%0

Triadic Colors of #f05afe

#f05afe #fef05a #5afef0

Analogous Colors of #f05afe

#f05afe #fe5aba #9e5afe

Monochromatic Colors of #f05afe

#f05afe

Complementary Color

#f05afe #68fe5a

#f05afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05afe Color CSS Codes

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

#f05afe Text Font Color

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

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


#f05afe Background Color

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

This div background color is #f05afe


#f05afe Border Color

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

This div border color is #f05afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,90,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f05afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05afe

Related Colors


Comments

No comments written yet.

Please login to write comment.