Color Hex Logo

#fb41aa Color Hex

#FB41AA
(251,65,170)
0 Favorites   0 Comments

Color spaces of #fb41aa

RGB 25165170
HSL0.910.960.62
HSV326°74°98°
CMYK 0.000.740.32   0.02
XYZ48.929727.192140.6999
Yxy27.19210.41880.2328
Hunter Lab52.146076.2346-9.7735
CIE-Lab59.151776.7967-14.4984

#fb41aa color RGB value is (251,65,170).

#fb41aa hex color red value is 251, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb41aa hue: 0.91 , saturation: 0.96 and the lightness value of fb41aa is 0.62.

The process color (four color CMYK) of #fb41aa color hex is 0.00, 0.74, 0.32, 0.02. Web safe color of #fb41aa is #ff3399. Color #fb41aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 10101010
Octal 373 101 252
Decimal 251 65 170
Hex FB 41 AA

RGB Percentages of Color #fb41aa

%51.65
%13.37
%34.98

CMYK Percentages of Color #fb41aa

%0
%74
%32
%2

Triadic Colors of #fb41aa

#fb41aa #aafb41 #41aafb

Analogous Colors of #fb41aa

#fb41aa #fb414d #ef41fb

Monochromatic Colors of #fb41aa

#fb41aa

Complementary Color

#fb41aa #41fb92

#fb41aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb41aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb41aa Color CSS Codes

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

#fb41aa Text Font Color

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

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


#fb41aa Background Color

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

This div background color is #fb41aa


#fb41aa Border Color

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

This div border color is #fb41aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,65,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 #fb41aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb41aa


Comments

No comments written yet.

Please login to write comment.