Color Hex Logo

#fb02ad Color Hex

#FB02AD
(251,2,173)
0 Favorites   0 Comments

Color spaces of #fb02ad

RGB 2512173
HSL0.890.980.50
HSV319°99°98°
CMYK 0.000.990.31   0.02
XYZ47.348223.569841.5891
Yxy23.56980.42080.2095
Hunter Lab48.548789.1257-16.8064
CIE-Lab55.654587.5062-21.5697

#fb02ad color RGB value is (251,2,173).

#fb02ad hex color red value is 251, green value is 2 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fb02ad hue: 0.89 , saturation: 0.98 and the lightness value of fb02ad is 0.50.

The process color (four color CMYK) of #fb02ad color hex is 0.00, 0.99, 0.31, 0.02. Web safe color of #fb02ad is #ff0099. Color #fb02ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 10101101
Octal 373 2 255
Decimal 251 2 173
Hex FB 2 AD

RGB Percentages of Color #fb02ad

%58.92
%0.47
%40.61

CMYK Percentages of Color #fb02ad

%0
%99
%31
%2

Triadic Colors of #fb02ad

#fb02ad #adfb02 #02adfb

Analogous Colors of #fb02ad

#fb02ad #fb0231 #cd02fb

Monochromatic Colors of #fb02ad

#fb02ad

Complementary Color

#fb02ad #02fb50

#fb02ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb02ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb02ad Color CSS Codes

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

#fb02ad Text Font Color

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

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


#fb02ad Background Color

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

This div background color is #fb02ad


#fb02ad Border Color

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

This div border color is #fb02ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb02ad

Related Colors


Comments

No comments written yet.

Please login to write comment.