Color Hex Logo

#fb27af Color Hex

#FB27AF
(251,39,175)
0 Favorites   0 Comments

Color spaces of #fb27af

RGB 25139175
HSL0.890.960.57
HSV322°84°98°
CMYK 0.000.840.30   0.02
XYZ48.247025.055442.8507
Yxy25.05540.41540.2157
Hunter Lab50.055484.4544-15.7174
CIE-Lab57.129483.6413-20.4796

#fb27af color RGB value is (251,39,175).

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

The process color (four color CMYK) of #fb27af color hex is 0.00, 0.84, 0.30, 0.02. Web safe color of #fb27af is #ff3399. Color #fb27af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 10101111
Octal 373 47 257
Decimal 251 39 175
Hex FB 27 AF

RGB Percentages of Color #fb27af

%53.98
%8.39
%37.63

CMYK Percentages of Color #fb27af

%0
%84
%30
%2

Triadic Colors of #fb27af

#fb27af #affb27 #27affb

Analogous Colors of #fb27af

#fb27af #fb2745 #dd27fb

Monochromatic Colors of #fb27af

#fb27af

Complementary Color

#fb27af #27fb73

#fb27af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb27af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb27af Color CSS Codes

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

#fb27af Text Font Color

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

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


#fb27af Background Color

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

This div background color is #fb27af


#fb27af Border Color

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

This div border color is #fb27af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb27af


Comments

No comments written yet.

Please login to write comment.