Color Hex Logo

#fb62aa Color Hex

#FB62AA
(251,98,170)
0 Favorites   0 Comments

Color spaces of #fb62aa

RGB 25198170
HSL0.920.950.68
HSV332°61°98°
CMYK 0.000.610.32   0.02
XYZ51.407032.146941.5257
Yxy32.14690.41100.2570
Hunter Lab56.698262.6200-3.7351
CIE-Lab63.464164.8606-8.0311

#fb62aa color RGB value is (251,98,170).

#fb62aa hex color red value is 251, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb62aa hue: 0.92 , saturation: 0.95 and the lightness value of fb62aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 10101010
Octal 373 142 252
Decimal 251 98 170
Hex FB 62 AA

RGB Percentages of Color #fb62aa

%48.36
%18.88
%32.76

CMYK Percentages of Color #fb62aa

%0
%61
%32
%2

Triadic Colors of #fb62aa

#fb62aa #aafb62 #62aafb

Analogous Colors of #fb62aa

#fb62aa #fb6762 #fb62f7

Monochromatic Colors of #fb62aa

#fb62aa

Complementary Color

#fb62aa #62fbb3

#fb62aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb62aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb62aa Color CSS Codes

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

#fb62aa Text Font Color

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

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


#fb62aa Background Color

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

This div background color is #fb62aa


#fb62aa Border Color

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

This div border color is #fb62aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb62aa

Related Colors


Comments

No comments written yet.

Please login to write comment.