Color Hex Logo

#fb61fa Color Hex

#FB61FA
(251,97,250)
0 Favorites   0 Comments

Color spaces of #fb61fa

RGB 25197250
HSL0.830.950.68
HSV300°61°98°
CMYK 0.000.610.00   0.02
XYZ61.313735.960794.1520
Yxy35.96070.32030.1879
Hunter Lab59.967277.5652-51.1116
CIE-Lab66.489976.4660-48.3162

#fb61fa color RGB value is (251,97,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 11111010
Octal 373 141 372
Decimal 251 97 250
Hex FB 61 FA

RGB Percentages of Color #fb61fa

%41.97
%16.22
%41.81

CMYK Percentages of Color #fb61fa

%0
%61
%0
%2

Triadic Colors of #fb61fa

#fb61fa #fafb61 #61fafb

Analogous Colors of #fb61fa

#fb61fa #fb61ad #af61fb

Monochromatic Colors of #fb61fa

#fb61fa

Complementary Color

#fb61fa #61fb62

#fb61fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb61fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb61fa Color CSS Codes

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

#fb61fa Text Font Color

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

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


#fb61fa Background Color

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

This div background color is #fb61fa


#fb61fa Border Color

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

This div border color is #fb61fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb61fa

Related Colors


Comments

No comments written yet.

Please login to write comment.