Color Hex Logo

#f65ade Color Hex

#F65ADE
(246,90,222)
0 Favorites   0 Comments

Color spaces of #f65ade

RGB 24690222
HSL0.860.900.66
HSV309°63°96°
CMYK 0.000.630.10   0.04
XYZ54.847032.179172.4277
Yxy32.17910.34400.2018
Hunter Lab56.726673.3138-35.9919
CIE-Lab63.490673.6377-37.5340

#f65ade color RGB value is (246,90,222).

#f65ade hex color red value is 246, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f65ade hue: 0.86 , saturation: 0.90 and the lightness value of f65ade is 0.66.

The process color (four color CMYK) of #f65ade color hex is 0.00, 0.63, 0.10, 0.04. Web safe color of #f65ade is #ff66cc. Color #f65ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 11011110
Octal 366 132 336
Decimal 246 90 222
Hex F6 5A DE

RGB Percentages of Color #f65ade

%44.09
%16.13
%39.78

CMYK Percentages of Color #f65ade

%0
%63
%10
%4

Triadic Colors of #f65ade

#f65ade #def65a #5adef6

Analogous Colors of #f65ade

#f65ade #f65a90 #c05af6

Monochromatic Colors of #f65ade

#f65ade

Complementary Color

#f65ade #5af672

#f65ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65ade Color CSS Codes

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

#f65ade Text Font Color

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

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


#f65ade Background Color

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

This div background color is #f65ade


#f65ade Border Color

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

This div border color is #f65ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65ade

#f65ade Color Palettes


Comments

No comments written yet.

Please login to write comment.