Color Hex Logo

#ff7fba Color Hex

#FF7FBA
(255,127,186)
0 Favorites   0 Comments

Color spaces of #ff7fba

RGB 255127186
HSL0.921.000.75
HSV332°50°100°
CMYK 0.000.500.27   0.00
XYZ57.692339.983951.1313
Yxy39.98390.38770.2687
Hunter Lab63.232852.2022-3.6801
CIE-Lab69.458154.9933-8.1138

#ff7fba color RGB value is (255,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111111 10111010
Octal 377 177 272
Decimal 255 127 186
Hex FF 7F BA

RGB Percentages of Color #ff7fba

%44.89
%22.36
%32.75

CMYK Percentages of Color #ff7fba

%0
%50
%27
%0

Triadic Colors of #ff7fba

#ff7fba #baff7f #7fbaff

Analogous Colors of #ff7fba

#ff7fba #ff847f #ff7ffa

Monochromatic Colors of #ff7fba

#ff7fba

Complementary Color

#ff7fba #7fffc4

#ff7fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7fba Color CSS Codes

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

#ff7fba Text Font Color

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

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


#ff7fba Background Color

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

This div background color is #ff7fba


#ff7fba Border Color

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

This div border color is #ff7fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7fba

Related Colors

#ff7fba Color Palettes


Comments

No comments written yet.

Please login to write comment.