Color Hex Logo

#fb27bb Color Hex

#FB27BB
(251,39,187)
0 Favorites   0 Comments

Color spaces of #fb27bb

RGB 25139187
HSL0.880.960.57
HSV318°84°98°
CMYK 0.000.840.25   0.02
XYZ49.478825.548149.3372
Yxy25.54810.39790.2054
Hunter Lab50.545186.2803-22.4915
CIE-Lab57.605684.9544-26.7092

#fb27bb color RGB value is (251,39,187).

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

The process color (four color CMYK) of #fb27bb color hex is 0.00, 0.84, 0.25, 0.02. Web safe color of #fb27bb is #ff33cc. Color #fb27bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 10111011
Octal 373 47 273
Decimal 251 39 187
Hex FB 27 BB

RGB Percentages of Color #fb27bb

%52.62
%8.18
%39.20

CMYK Percentages of Color #fb27bb

%0
%84
%25
%2

Triadic Colors of #fb27bb

#fb27bb #bbfb27 #27bbfb

Analogous Colors of #fb27bb

#fb27bb #fb2751 #d127fb

Monochromatic Colors of #fb27bb

#fb27bb

Complementary Color

#fb27bb #27fb67

#fb27bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb27bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb27bb Color CSS Codes

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

#fb27bb Text Font Color

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

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


#fb27bb Background Color

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

This div background color is #fb27bb


#fb27bb Border Color

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

This div border color is #fb27bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb27bb

Related Colors


Comments

No comments written yet.

Please login to write comment.