Color Hex Logo

#ff319b Color Hex

#FF319B
(255,49,155)
0 Favorites   0 Comments

Color spaces of #ff319b

RGB 25549155
HSL0.911.000.60
HSV329°81°100°
CMYK 0.000.810.39   0.00
XYZ48.254725.823233.4514
Yxy25.82320.44880.2402
Hunter Lab50.816580.5723-3.4577
CIE-Lab57.868980.4750-7.5926

#ff319b color RGB value is (255,49,155).

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

The process color (four color CMYK) of #ff319b color hex is 0.00, 0.81, 0.39, 0.00. Web safe color of #ff319b is #ff3399. Color #ff319b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110001 10011011
Octal 377 61 233
Decimal 255 49 155
Hex FF 31 9B

RGB Percentages of Color #ff319b

%55.56
%10.68
%33.77

CMYK Percentages of Color #ff319b

%0
%81
%39
%0

Triadic Colors of #ff319b

#ff319b #9bff31 #319bff

Analogous Colors of #ff319b

#ff319b #ff3134 #fc31ff

Monochromatic Colors of #ff319b

#ff319b

Complementary Color

#ff319b #31ff95

#ff319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff319b Color CSS Codes

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

#ff319b Text Font Color

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

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


#ff319b Background Color

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

This div background color is #ff319b


#ff319b Border Color

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

This div border color is #ff319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff319b


Comments

No comments written yet.

Please login to write comment.