Color Hex Logo

#fa2fbe Color Hex

#FA2FBE
(250,47,190)
0 Favorites   0 Comments

Color spaces of #fa2fbe

RGB 25047190
HSL0.880.950.58
HSV318°81°98°
CMYK 0.000.810.24   0.02
XYZ49.735126.074751.1268
Yxy26.07470.39180.2054
Hunter Lab51.063484.4958-23.6192
CIE-Lab58.107983.4827-27.6785

#fa2fbe color RGB value is (250,47,190).

#fa2fbe hex color red value is 250, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fa2fbe hue: 0.88 , saturation: 0.95 and the lightness value of fa2fbe is 0.58.

The process color (four color CMYK) of #fa2fbe color hex is 0.00, 0.81, 0.24, 0.02. Web safe color of #fa2fbe is #ff33cc. Color #fa2fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101111 10111110
Octal 372 57 276
Decimal 250 47 190
Hex FA 2F BE

RGB Percentages of Color #fa2fbe

%51.33
%9.65
%39.01

CMYK Percentages of Color #fa2fbe

%0
%81
%24
%2

Triadic Colors of #fa2fbe

#fa2fbe #befa2f #2fbefa

Analogous Colors of #fa2fbe

#fa2fbe #fa2f59 #d12ffa

Monochromatic Colors of #fa2fbe

#fa2fbe

Complementary Color

#fa2fbe #2ffa6b

#fa2fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2fbe Color CSS Codes

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

#fa2fbe Text Font Color

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

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


#fa2fbe Background Color

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

This div background color is #fa2fbe


#fa2fbe Border Color

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

This div border color is #fa2fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2fbe


Comments

No comments written yet.

Please login to write comment.