Color Hex Logo

#ff123c Color Hex

#FF123C
(255,18,60)
0 Favorites   0 Comments

Color spaces of #ff123c

RGB 2551860
HSL0.971.000.54
HSV349°93°100°
CMYK 0.000.930.76   0.00
XYZ42.271922.01896.2971
Yxy22.01890.59890.3119
Hunter Lab46.924378.684724.8905
CIE-Lab54.047179.731143.4273

#ff123c color RGB value is (255,18,60).

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

The process color (four color CMYK) of #ff123c color hex is 0.00, 0.93, 0.76, 0.00. Web safe color of #ff123c is #ff0033. Color #ff123c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010010 00111100
Octal 377 22 74
Decimal 255 18 60
Hex FF 12 3C

RGB Percentages of Color #ff123c

%76.58
%5.41
%18.02

CMYK Percentages of Color #ff123c

%0
%93
%76
%0

Triadic Colors of #ff123c

#ff123c #3cff12 #123cff

Analogous Colors of #ff123c

#ff123c #ff5f12 #ff12b3

Monochromatic Colors of #ff123c

#ff123c

Complementary Color

#ff123c #12ffd5

#ff123c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff123c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff123c Color CSS Codes

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

#ff123c Text Font Color

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

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


#ff123c Background Color

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

This div background color is #ff123c


#ff123c Border Color

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

This div border color is #ff123c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff123c

Related Colors


Comments

No comments written yet.

Please login to write comment.