Color Hex Logo

#f65078 Color Hex

#F65078
(246,80,120)
0 Favorites   0 Comments

Color spaces of #f65078

RGB 24680120
HSL0.960.900.64
HSV346°67°96°
CMYK 0.000.670.51   0.04
XYZ44.264926.686220.5872
Yxy26.68620.48360.2915
Hunter Lab51.658762.549012.5326
CIE-Lab58.682765.655913.9720

#f65078 color RGB value is (246,80,120).

#f65078 hex color red value is 246, green value is 80 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f65078 hue: 0.96 , saturation: 0.90 and the lightness value of f65078 is 0.64.

The process color (four color CMYK) of #f65078 color hex is 0.00, 0.67, 0.51, 0.04. Web safe color of #f65078 is #ff6666. Color #f65078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 01111000
Octal 366 120 170
Decimal 246 80 120
Hex F6 50 78

RGB Percentages of Color #f65078

%55.16
%17.94
%26.91

CMYK Percentages of Color #f65078

%0
%67
%51
%4

Triadic Colors of #f65078

#f65078 #78f650 #5078f6

Analogous Colors of #f65078

#f65078 #f67b50 #f650cb

Monochromatic Colors of #f65078

#f65078

Complementary Color

#f65078 #50f6ce

#f65078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65078 Color CSS Codes

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

#f65078 Text Font Color

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

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


#f65078 Background Color

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

This div background color is #f65078


#f65078 Border Color

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

This div border color is #f65078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65078


Comments

No comments written yet.

Please login to write comment.