Color Hex Logo

#fb47db Color Hex

#FB47DB
(251,71,219)
0 Favorites   0 Comments

Color spaces of #fb47db

RGB 25171219
HSL0.860.960.63
HSV311°72°98°
CMYK 0.000.720.13   0.02
XYZ54.823130.130269.9440
Yxy30.13020.35390.1945
Hunter Lab54.891082.2200-37.1257
CIE-Lab61.766481.0093-38.4879

#fb47db color RGB value is (251,71,219).

#fb47db hex color red value is 251, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb47db hue: 0.86 , saturation: 0.96 and the lightness value of fb47db is 0.63.

The process color (four color CMYK) of #fb47db color hex is 0.00, 0.72, 0.13, 0.02. Web safe color of #fb47db is #ff33cc. Color #fb47db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 11011011
Octal 373 107 333
Decimal 251 71 219
Hex FB 47 DB

RGB Percentages of Color #fb47db

%46.40
%13.12
%40.48

CMYK Percentages of Color #fb47db

%0
%72
%13
%2

Triadic Colors of #fb47db

#fb47db #dbfb47 #47dbfb

Analogous Colors of #fb47db

#fb47db #fb4781 #c147fb

Monochromatic Colors of #fb47db

#fb47db

Complementary Color

#fb47db #47fb67

#fb47db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb47db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb47db Color CSS Codes

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

#fb47db Text Font Color

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

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


#fb47db Background Color

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

This div background color is #fb47db


#fb47db Border Color

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

This div border color is #fb47db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb47db

Related Colors


Comments

No comments written yet.

Please login to write comment.