Color Hex Logo

#f65486 Color Hex

#F65486
(246,84,134)
0 Favorites   0 Comments

Color spaces of #f65486

RGB 24684134
HSL0.950.900.65
HSV341°66°96°
CMYK 0.000.660.46   0.04
XYZ45.479427.654725.4951
Yxy27.65470.46110.2804
Hunter Lab52.587762.34348.0670
CIE-Lab59.575565.32047.0312

#f65486 color RGB value is (246,84,134).

#f65486 hex color red value is 246, green value is 84 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f65486 hue: 0.95 , saturation: 0.90 and the lightness value of f65486 is 0.65.

The process color (four color CMYK) of #f65486 color hex is 0.00, 0.66, 0.46, 0.04. Web safe color of #f65486 is #ff6699. Color #f65486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 10000110
Octal 366 124 206
Decimal 246 84 134
Hex F6 54 86

RGB Percentages of Color #f65486

%53.02
%18.10
%28.88

CMYK Percentages of Color #f65486

%0
%66
%46
%4

Triadic Colors of #f65486

#f65486 #86f654 #5486f6

Analogous Colors of #f65486

#f65486 #f67354 #f654d7

Monochromatic Colors of #f65486

#f65486

Complementary Color

#f65486 #54f6c4

#f65486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65486 Color CSS Codes

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

#f65486 Text Font Color

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

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


#f65486 Background Color

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

This div background color is #f65486


#f65486 Border Color

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

This div border color is #f65486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65486


Comments

No comments written yet.

Please login to write comment.