Color Hex Logo

#f6078d Color Hex

#F6078D
(246,7,141)
0 Favorites   0 Comments

Color spaces of #f6078d

RGB 2467141
HSL0.910.940.50
HSV326°97°96°
CMYK 0.000.970.43   0.04
XYZ42.889721.667927.1211
Yxy21.66790.46780.2363
Hunter Lab46.548883.0081-1.9605
CIE-Lab53.672983.1944-5.7126

#f6078d color RGB value is (246,7,141).

#f6078d hex color red value is 246, green value is 7 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f6078d hue: 0.91 , saturation: 0.94 and the lightness value of f6078d is 0.50.

The process color (four color CMYK) of #f6078d color hex is 0.00, 0.97, 0.43, 0.04. Web safe color of #f6078d is #ff0099. Color #f6078d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000111 10001101
Octal 366 7 215
Decimal 246 7 141
Hex F6 7 8D

RGB Percentages of Color #f6078d

%62.44
%1.78
%35.79

CMYK Percentages of Color #f6078d

%0
%97
%43
%4

Triadic Colors of #f6078d

#f6078d #8df607 #078df6

Analogous Colors of #f6078d

#f6078d #f60715 #e807f6

Monochromatic Colors of #f6078d

#f6078d

Complementary Color

#f6078d #07f670

#f6078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6078d Color CSS Codes

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

#f6078d Text Font Color

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

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


#f6078d Background Color

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

This div background color is #f6078d


#f6078d Border Color

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

This div border color is #f6078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6078d


Comments

No comments written yet.

Please login to write comment.