Color Hex Logo

#f65478 Color Hex

#F65478
(246,84,120)
0 Favorites   0 Comments

Color spaces of #f65478

RGB 24684120
HSL0.960.900.65
HSV347°66°96°
CMYK 0.000.660.51   0.04
XYZ44.566527.289520.6878
Yxy27.28950.48160.2949
Hunter Lab52.239460.863313.0876
CIE-Lab59.241364.126414.7484

#f65478 color RGB value is (246,84,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 01111000
Octal 366 124 170
Decimal 246 84 120
Hex F6 54 78

RGB Percentages of Color #f65478

%54.67
%18.67
%26.67

CMYK Percentages of Color #f65478

%0
%66
%51
%4

Triadic Colors of #f65478

#f65478 #78f654 #5478f6

Analogous Colors of #f65478

#f65478 #f68154 #f654c9

Monochromatic Colors of #f65478

#f65478

Complementary Color

#f65478 #54f6d2

#f65478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65478 Color CSS Codes

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

#f65478 Text Font Color

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

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


#f65478 Background Color

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

This div background color is #f65478


#f65478 Border Color

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

This div border color is #f65478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,84,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 #f65478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65478


Comments

No comments written yet.

Please login to write comment.