Color Hex Logo

#f65add Color Hex

#F65ADD
(246,90,221)
0 Favorites   0 Comments

Color spaces of #f65add

RGB 24690221
HSL0.860.900.66
HSV310°63°96°
CMYK 0.000.630.10   0.04
XYZ54.713332.125671.7238
Yxy32.12560.34510.2026
Hunter Lab56.679473.1190-35.3517
CIE-Lab63.446673.4892-37.0426

#f65add color RGB value is (246,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 11011101
Octal 366 132 335
Decimal 246 90 221
Hex F6 5A DD

RGB Percentages of Color #f65add

%44.17
%16.16
%39.68

CMYK Percentages of Color #f65add

%0
%63
%10
%4

Triadic Colors of #f65add

#f65add #ddf65a #5addf6

Analogous Colors of #f65add

#f65add #f65a8f #c15af6

Monochromatic Colors of #f65add

#f65add

Complementary Color

#f65add #5af673

#f65add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65add Color CSS Codes

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

#f65add Text Font Color

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

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


#f65add Background Color

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

This div background color is #f65add


#f65add Border Color

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

This div border color is #f65add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65add


Comments

No comments written yet.

Please login to write comment.