Color Hex Logo

#ff078f Color Hex

#FF078F
(255,7,143)
0 Favorites   0 Comments

Color spaces of #ff078f

RGB 2557143
HSL0.911.000.51
HSV327°97°100°
CMYK 0.000.970.44   0.00
XYZ46.273923.395128.0634
Yxy23.39510.47350.2394
Hunter Lab48.368586.1253-0.5421
CIE-Lab55.477085.2505-4.0428

#ff078f color RGB value is (255,7,143).

#ff078f hex color red value is 255, green value is 7 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ff078f hue: 0.91 , saturation: 1.00 and the lightness value of ff078f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 10001111
Octal 377 7 217
Decimal 255 7 143
Hex FF 7 8F

RGB Percentages of Color #ff078f

%62.96
%1.73
%35.31

CMYK Percentages of Color #ff078f

%0
%97
%44
%0

Triadic Colors of #ff078f

#ff078f #8fff07 #078fff

Analogous Colors of #ff078f

#ff078f #ff0713 #f307ff

Monochromatic Colors of #ff078f

#ff078f

Complementary Color

#ff078f #07ff77

#ff078f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff078f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff078f Color CSS Codes

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

#ff078f Text Font Color

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

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


#ff078f Background Color

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

This div background color is #ff078f


#ff078f Border Color

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

This div border color is #ff078f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff078f


Comments

No comments written yet.

Please login to write comment.