Color Hex Logo

#ff07bf Color Hex

#FF07BF
(255,7,191)
0 Favorites   0 Comments

Color spaces of #ff07bf

RGB 2557191
HSL0.881.000.51
HSV315°97°100°
CMYK 0.000.970.25   0.00
XYZ50.719925.173551.4760
Yxy25.17350.39820.1976
Hunter Lab50.173292.6419-25.7083
CIE-Lab57.244189.8480-29.5210

#ff07bf color RGB value is (255,7,191).

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

The process color (four color CMYK) of #ff07bf color hex is 0.00, 0.97, 0.25, 0.00. Web safe color of #ff07bf is #ff00cc. Color #ff07bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 10111111
Octal 377 7 277
Decimal 255 7 191
Hex FF 7 BF

RGB Percentages of Color #ff07bf

%56.29
%1.55
%42.16

CMYK Percentages of Color #ff07bf

%0
%97
%25
%0

Triadic Colors of #ff07bf

#ff07bf #bfff07 #07bfff

Analogous Colors of #ff07bf

#ff07bf #ff0743 #c307ff

Monochromatic Colors of #ff07bf

#ff07bf

Complementary Color

#ff07bf #07ff47

#ff07bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff07bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff07bf Color CSS Codes

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

#ff07bf Text Font Color

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

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


#ff07bf Background Color

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

This div background color is #ff07bf


#ff07bf Border Color

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

This div border color is #ff07bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff07bf


Comments

No comments written yet.

Please login to write comment.