Color Hex Logo

#f65adf Color Hex

#F65ADF
(246,90,223)
0 Favorites   0 Comments

Color spaces of #f65adf

RGB 24690223
HSL0.860.900.66
HSV309°63°96°
CMYK 0.000.630.09   0.04
XYZ54.981532.232973.1358
Yxy32.23290.34290.2010
Hunter Lab56.774073.5097-36.6350
CIE-Lab63.534973.7868-38.0248

#f65adf color RGB value is (246,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 11011111
Octal 366 132 337
Decimal 246 90 223
Hex F6 5A DF

RGB Percentages of Color #f65adf

%44.01
%16.10
%39.89

CMYK Percentages of Color #f65adf

%0
%63
%9
%4

Triadic Colors of #f65adf

#f65adf #dff65a #5adff6

Analogous Colors of #f65adf

#f65adf #f65a91 #bf5af6

Monochromatic Colors of #f65adf

#f65adf

Complementary Color

#f65adf #5af671

#f65adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65adf Color CSS Codes

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

#f65adf Text Font Color

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

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


#f65adf Background Color

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

This div background color is #f65adf


#f65adf Border Color

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

This div border color is #f65adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65adf

Related Colors


Comments

No comments written yet.

Please login to write comment.