Color Hex Logo

#fb69fa Color Hex

#FB69FA
(251,105,250)
0 Favorites   0 Comments

Color spaces of #fb69fa

RGB 251105250
HSL0.830.950.70
HSV300°58°98°
CMYK 0.000.580.00   0.02
XYZ62.090637.514594.4110
Yxy37.51450.32000.1934
Hunter Lab61.249173.7666-48.5169
CIE-Lab67.661373.2340-46.4712

#fb69fa color RGB value is (251,105,250).

#fb69fa hex color red value is 251, green value is 105 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fb69fa hue: 0.83 , saturation: 0.95 and the lightness value of fb69fa is 0.70.

The process color (four color CMYK) of #fb69fa color hex is 0.00, 0.58, 0.00, 0.02. Web safe color of #fb69fa is #ff66ff. Color #fb69fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 11111010
Octal 373 151 372
Decimal 251 105 250
Hex FB 69 FA

RGB Percentages of Color #fb69fa

%41.42
%17.33
%41.25

CMYK Percentages of Color #fb69fa

%0
%58
%0
%2

Triadic Colors of #fb69fa

#fb69fa #fafb69 #69fafb

Analogous Colors of #fb69fa

#fb69fa #fb69b1 #b369fb

Monochromatic Colors of #fb69fa

#fb69fa

Complementary Color

#fb69fa #69fb6a

#fb69fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69fa Color CSS Codes

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

#fb69fa Text Font Color

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

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


#fb69fa Background Color

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

This div background color is #fb69fa


#fb69fa Border Color

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

This div border color is #fb69fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69fa


Comments

No comments written yet.

Please login to write comment.