Color Hex Logo

#ff317b Color Hex

#FF317B
(255,49,123)
0 Favorites   0 Comments

Color spaces of #ff317b

RGB 25549123
HSL0.941.000.60
HSV338°81°100°
CMYK 0.000.810.52   0.00
XYZ45.913524.886721.1226
Yxy24.88670.49950.2707
Hunter Lab49.886676.98249.8165
CIE-Lab56.964977.813510.0236

#ff317b color RGB value is (255,49,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110001 01111011
Octal 377 61 173
Decimal 255 49 123
Hex FF 31 7B

RGB Percentages of Color #ff317b

%59.72
%11.48
%28.81

CMYK Percentages of Color #ff317b

%0
%81
%52
%0

Triadic Colors of #ff317b

#ff317b #7bff31 #317bff

Analogous Colors of #ff317b

#ff317b #ff4e31 #ff31e2

Monochromatic Colors of #ff317b

#ff317b

Complementary Color

#ff317b #31ffb5

#ff317b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff317b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff317b Color CSS Codes

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

#ff317b Text Font Color

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

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


#ff317b Background Color

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

This div background color is #ff317b


#ff317b Border Color

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

This div border color is #ff317b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff317b

Related Colors


Comments

No comments written yet.

Please login to write comment.