Color Hex Logo

#ff124d Color Hex

#FF124D
(255,18,77)
0 Favorites   0 Comments

Color spaces of #ff124d

RGB 2551877
HSL0.961.000.54
HSV345°93°100°
CMYK 0.000.930.70   0.00
XYZ42.795922.22849.0561
Yxy22.22840.57770.3001
Hunter Lab47.147079.519321.6143
CIE-Lab54.268580.347133.8507

#ff124d color RGB value is (255,18,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010010 01001101
Octal 377 22 115
Decimal 255 18 77
Hex FF 12 4D

RGB Percentages of Color #ff124d

%72.86
%5.14
%22.00

CMYK Percentages of Color #ff124d

%0
%93
%70
%0

Triadic Colors of #ff124d

#ff124d #4dff12 #124dff

Analogous Colors of #ff124d

#ff124d #ff4e12 #ff12c4

Monochromatic Colors of #ff124d

#ff124d

Complementary Color

#ff124d #12ffc4

#ff124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff124d Color CSS Codes

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

#ff124d Text Font Color

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

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


#ff124d Background Color

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

This div background color is #ff124d


#ff124d Border Color

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

This div border color is #ff124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff124d


Comments

No comments written yet.

Please login to write comment.