Color Hex Logo

#ff077f Color Hex

#FF077F
(255,7,127)
0 Favorites   0 Comments

Color spaces of #ff077f

RGB 2557127
HSL0.921.000.51
HSV331°97°100°
CMYK 0.000.970.50   0.00
XYZ45.146722.944322.1279
Yxy22.94430.50040.2543
Hunter Lab47.900284.41376.1406
CIE-Lab55.014984.02214.8532

#ff077f color RGB value is (255,7,127).

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

The process color (four color CMYK) of #ff077f color hex is 0.00, 0.97, 0.50, 0.00. Web safe color of #ff077f is #ff0066. Color #ff077f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 01111111
Octal 377 7 177
Decimal 255 7 127
Hex FF 7 7F

RGB Percentages of Color #ff077f

%65.55
%1.80
%32.65

CMYK Percentages of Color #ff077f

%0
%97
%50
%0

Triadic Colors of #ff077f

#ff077f #7fff07 #077fff

Analogous Colors of #ff077f

#ff077f #ff0b07 #ff07fb

Monochromatic Colors of #ff077f

#ff077f

Complementary Color

#ff077f #07ff87

#ff077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff077f Color CSS Codes

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

#ff077f Text Font Color

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

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


#ff077f Background Color

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

This div background color is #ff077f


#ff077f Border Color

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

This div border color is #ff077f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff077f

Related Colors


Comments

No comments written yet.

Please login to write comment.