Color Hex Logo

#f65afe Color Hex

#F65AFE
(246,90,254)
0 Favorites   0 Comments

Color spaces of #f65afe

RGB 24690254
HSL0.830.990.67
HSV297°65°100°
CMYK 0.030.650.00   0.00
XYZ59.551634.060997.2016
Yxy34.06090.31210.1785
Hunter Lab58.361780.0063-57.8945
CIE-Lab65.010978.6620-52.9016

#f65afe color RGB value is (246,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 11111110
Octal 366 132 376
Decimal 246 90 254
Hex F6 5A FE

RGB Percentages of Color #f65afe

%41.69
%15.25
%43.05

CMYK Percentages of Color #f65afe

%3
%65
%0
%0

Triadic Colors of #f65afe

#f65afe #fef65a #5afef6

Analogous Colors of #f65afe

#f65afe #fe5ab4 #a45afe

Monochromatic Colors of #f65afe

#f65afe

Complementary Color

#f65afe #62fe5a

#f65afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65afe Color CSS Codes

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

#f65afe Text Font Color

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

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


#f65afe Background Color

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

This div background color is #f65afe


#f65afe Border Color

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

This div border color is #f65afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65afe

Related Colors


Comments

No comments written yet.

Please login to write comment.