Color Hex Logo

#fd123e Color Hex

#FD123E
(253,18,62)
0 Favorites   0 Comments

Color spaces of #fd123e

RGB 2531862
HSL0.970.980.53
HSV349°93°99°
CMYK 0.000.930.75   0.01
XYZ41.593821.66316.5466
Yxy21.66310.59590.3103
Hunter Lab46.543678.065524.2411
CIE-Lab53.667779.314441.7650

#fd123e color RGB value is (253,18,62).

#fd123e hex color red value is 253, green value is 18 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd123e hue: 0.97 , saturation: 0.98 and the lightness value of fd123e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 00111110
Octal 375 22 76
Decimal 253 18 62
Hex FD 12 3E

RGB Percentages of Color #fd123e

%75.98
%5.41
%18.62

CMYK Percentages of Color #fd123e

%0
%93
%75
%1

Triadic Colors of #fd123e

#fd123e #3efd12 #123efd

Analogous Colors of #fd123e

#fd123e #fd5c12 #fd12b4

Monochromatic Colors of #fd123e

#fd123e

Complementary Color

#fd123e #12fdd1

#fd123e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd123e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd123e Color CSS Codes

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

#fd123e Text Font Color

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

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


#fd123e Background Color

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

This div background color is #fd123e


#fd123e Border Color

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

This div border color is #fd123e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd123e


Comments

No comments written yet.

Please login to write comment.