Color Hex Logo

#ff114f Color Hex

#FF114F
(255,17,79)
1 Favorites   0 Comments

Color spaces of #ff114f

RGB 2551779
HSL0.961.000.53
HSV344°93°100°
CMYK 0.000.930.69   0.00
XYZ42.851722.22549.4285
Yxy22.22540.57510.2983
Hunter Lab47.143879.747121.1430
CIE-Lab54.265380.527232.6646

#ff114f color RGB value is (255,17,79).

#ff114f hex color red value is 255, green value is 17 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ff114f hue: 0.96 , saturation: 1.00 and the lightness value of ff114f is 0.53.

The process color (four color CMYK) of #ff114f color hex is 0.00, 0.93, 0.69, 0.00. Web safe color of #ff114f is #ff0066. Color #ff114f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 01001111
Octal 377 21 117
Decimal 255 17 79
Hex FF 11 4F

RGB Percentages of Color #ff114f

%72.65
%4.84
%22.51

CMYK Percentages of Color #ff114f

%0
%93
%69
%0

Triadic Colors of #ff114f

#ff114f #4fff11 #114fff

Analogous Colors of #ff114f

#ff114f #ff4a11 #ff11c6

Monochromatic Colors of #ff114f

#ff114f

Complementary Color

#ff114f #11ffc1

#ff114f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff114f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff114f Color CSS Codes

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

#ff114f Text Font Color

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

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


#ff114f Background Color

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

This div background color is #ff114f


#ff114f Border Color

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

This div border color is #ff114f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff114f


Comments

No comments written yet.

Please login to write comment.