Color Hex Logo

#ff31bb Color Hex

#FF31BB
(255,49,187)
0 Favorites   0 Comments

Color spaces of #ff31bb

RGB 25549187
HSL0.891.000.60
HSV320°81°100°
CMYK 0.000.810.27   0.00
XYZ51.308027.044549.5296
Yxy27.04450.40120.2115
Hunter Lab52.004385.1024-20.0655
CIE-Lab59.015583.7740-24.4778

#ff31bb color RGB value is (255,49,187).

#ff31bb hex color red value is 255, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff31bb hue: 0.89 , saturation: 1.00 and the lightness value of ff31bb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110001 10111011
Octal 377 61 273
Decimal 255 49 187
Hex FF 31 BB

RGB Percentages of Color #ff31bb

%51.93
%9.98
%38.09

CMYK Percentages of Color #ff31bb

%0
%81
%27
%0

Triadic Colors of #ff31bb

#ff31bb #bbff31 #31bbff

Analogous Colors of #ff31bb

#ff31bb #ff3154 #dc31ff

Monochromatic Colors of #ff31bb

#ff31bb

Complementary Color

#ff31bb #31ff75

#ff31bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff31bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff31bb Color CSS Codes

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

#ff31bb Text Font Color

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

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


#ff31bb Background Color

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

This div background color is #ff31bb


#ff31bb Border Color

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

This div border color is #ff31bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,49,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff31bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff31bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ff31bb;
  box-shadow:         1px 1px 3px 2px #ff31bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,49,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff31bb

Related Colors


Comments

No comments written yet.

Please login to write comment.