Color Hex Logo

#fb74aa Color Hex

#FB74AA
(251,116,170)
0 Favorites   0 Comments

Color spaces of #fb74aa

RGB 251116170
HSL0.930.940.72
HSV336°54°98°
CMYK 0.000.540.32   0.02
XYZ53.284835.902342.1516
Yxy35.90230.40570.2734
Hunter Lab59.918553.88040.2335
CIE-Lab66.445256.9121-3.6163

#fb74aa color RGB value is (251,116,170).

#fb74aa hex color red value is 251, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb74aa hue: 0.93 , saturation: 0.94 and the lightness value of fb74aa is 0.72.

The process color (four color CMYK) of #fb74aa color hex is 0.00, 0.54, 0.32, 0.02. Web safe color of #fb74aa is #ff6699. Color #fb74aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 10101010
Octal 373 164 252
Decimal 251 116 170
Hex FB 74 AA

RGB Percentages of Color #fb74aa

%46.74
%21.60
%31.66

CMYK Percentages of Color #fb74aa

%0
%54
%32
%2

Triadic Colors of #fb74aa

#fb74aa #aafb74 #74aafb

Analogous Colors of #fb74aa

#fb74aa #fb8274 #fb74ee

Monochromatic Colors of #fb74aa

#fb74aa

Complementary Color

#fb74aa #74fbc5

#fb74aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb74aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb74aa Color CSS Codes

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

#fb74aa Text Font Color

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

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


#fb74aa Background Color

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

This div background color is #fb74aa


#fb74aa Border Color

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

This div border color is #fb74aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb74aa


Comments

No comments written yet.

Please login to write comment.