Color Hex Logo

#fb277d Color Hex

#FB277D
(251,39,125)
0 Favorites   0 Comments

Color spaces of #fb277d

RGB 25139125
HSL0.930.960.57
HSV336°84°98°
CMYK 0.000.840.50   0.02
XYZ44.210923.440921.5964
Yxy23.44090.49540.2626
Hunter Lab48.415878.26977.4441
CIE-Lab55.523679.11526.6794

#fb277d color RGB value is (251,39,125).

#fb277d hex color red value is 251, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fb277d hue: 0.93 , saturation: 0.96 and the lightness value of fb277d is 0.57.

The process color (four color CMYK) of #fb277d color hex is 0.00, 0.84, 0.50, 0.02. Web safe color of #fb277d is #ff3366. Color #fb277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 01111101
Octal 373 47 175
Decimal 251 39 125
Hex FB 27 7D

RGB Percentages of Color #fb277d

%60.48
%9.40
%30.12

CMYK Percentages of Color #fb277d

%0
%84
%50
%2

Triadic Colors of #fb277d

#fb277d #7dfb27 #277dfb

Analogous Colors of #fb277d

#fb277d #fb3b27 #fb27e7

Monochromatic Colors of #fb277d

#fb277d

Complementary Color

#fb277d #27fba5

#fb277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb277d Color CSS Codes

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

#fb277d Text Font Color

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

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


#fb277d Background Color

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

This div background color is #fb277d


#fb277d Border Color

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

This div border color is #fb277d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,39,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb277d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb277d;
  -webkit-box-shadow: 1px 1px 3px 2px #fb277d;
  box-shadow:         1px 1px 3px 2px #fb277d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,39,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb277d


Comments

No comments written yet.

Please login to write comment.