Color Hex Logo

#fb2fbe Color Hex

#FB2FBE
(251,47,190)
0 Favorites   0 Comments

Color spaces of #fb2fbe

RGB 25147190
HSL0.880.960.58
HSV318°81°98°
CMYK 0.000.810.24   0.02
XYZ50.094426.260051.1436
Yxy26.26000.39290.2060
Hunter Lab51.244584.8159-23.3021
CIE-Lab58.283083.6957-27.3936

#fb2fbe color RGB value is (251,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101111 10111110
Octal 373 57 276
Decimal 251 47 190
Hex FB 2F BE

RGB Percentages of Color #fb2fbe

%51.43
%9.63
%38.93

CMYK Percentages of Color #fb2fbe

%0
%81
%24
%2

Triadic Colors of #fb2fbe

#fb2fbe #befb2f #2fbefb

Analogous Colors of #fb2fbe

#fb2fbe #fb2f58 #d22ffb

Monochromatic Colors of #fb2fbe

#fb2fbe

Complementary Color

#fb2fbe #2ffb6c

#fb2fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2fbe Color CSS Codes

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

#fb2fbe Text Font Color

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

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


#fb2fbe Background Color

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

This div background color is #fb2fbe


#fb2fbe Border Color

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

This div border color is #fb2fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2fbe

Related Colors


Comments

No comments written yet.

Please login to write comment.