Color Hex Logo

#ff317a Color Hex

#FF317A
(255,49,122)
0 Favorites   0 Comments

Color spaces of #ff317a

RGB 25549122
HSL0.941.000.60
HSV339°81°100°
CMYK 0.000.810.52   0.00
XYZ45.851224.861820.7945
Yxy24.86180.50110.2717
Hunter Lab49.861676.885310.1766
CIE-Lab56.940577.740910.5842

#ff317a color RGB value is (255,49,122).

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

The process color (four color CMYK) of #ff317a color hex is 0.00, 0.81, 0.52, 0.00. Web safe color of #ff317a is #ff3366. Color #ff317a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110001 01111010
Octal 377 61 172
Decimal 255 49 122
Hex FF 31 7A

RGB Percentages of Color #ff317a

%59.86
%11.50
%28.64

CMYK Percentages of Color #ff317a

%0
%81
%52
%0

Triadic Colors of #ff317a

#ff317a #7aff31 #317aff

Analogous Colors of #ff317a

#ff317a #ff4f31 #ff31e1

Monochromatic Colors of #ff317a

#ff317a

Complementary Color

#ff317a #31ffb6

#ff317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff317a Color CSS Codes

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

#ff317a Text Font Color

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

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


#ff317a Background Color

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

This div background color is #ff317a


#ff317a Border Color

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

This div border color is #ff317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff317a

Related Colors


Comments

No comments written yet.

Please login to write comment.