Color Hex Logo

#ff7fbf Color Hex

#FF7FBF
(255,127,191)
6 Favorites   1 Comments

Color spaces of #ff7fbf

RGB 255127191
HSL0.921.000.75
HSV330°50°100°
CMYK 0.000.500.25   0.00
XYZ58.233340.200353.9804
Yxy40.20030.38210.2638
Hunter Lab63.403752.9873-6.0955
CIE-Lab69.612055.6491-10.6839

#ff7fbf color RGB value is (255,127,191).

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

The process color (four color CMYK) of #ff7fbf color hex is 0.00, 0.50, 0.25, 0.00. Web safe color of #ff7fbf is #ff66cc. Color #ff7fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111111 10111111
Octal 377 177 277
Decimal 255 127 191
Hex FF 7F BF

RGB Percentages of Color #ff7fbf

%44.50
%22.16
%33.33

CMYK Percentages of Color #ff7fbf

%0
%50
%25
%0

Triadic Colors of #ff7fbf

#ff7fbf #bfff7f #7fbfff

Analogous Colors of #ff7fbf

#ff7fbf #ff7f7f #ff7fff

Monochromatic Colors of #ff7fbf

#ff7fbf

Complementary Color

#ff7fbf #7fffbf

#ff7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7fbf Color CSS Codes

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

#ff7fbf Text Font Color

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

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


#ff7fbf Background Color

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

This div background color is #ff7fbf


#ff7fbf Border Color

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

This div border color is #ff7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7fbf

Related Colors


Comments

7 Jan 2024, 21:20 TheOfficialOnlyOne1

True Pink

Please login to write comment.