Color Hex Logo

#fd013e Color Hex

#FD013E
(253,1,62)
0 Favorites   0 Comments

Color spaces of #fd013e

RGB 253162
HSL0.960.990.50
HSV345°100°99°
CMYK 0.001.000.75   0.01
XYZ41.388421.25226.4781
Yxy21.25220.59880.3075
Hunter Lab46.100179.581023.9385
CIE-Lab53.224480.599341.2749

#fd013e color RGB value is (253,1,62).

#fd013e hex color red value is 253, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd013e hue: 0.96 , saturation: 0.99 and the lightness value of fd013e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 00111110
Octal 375 1 76
Decimal 253 1 62
Hex FD 1 3E

RGB Percentages of Color #fd013e

%80.06
%0.32
%19.62

CMYK Percentages of Color #fd013e

%0
%100
%75
%1

Triadic Colors of #fd013e

#fd013e #3efd01 #013efd

Analogous Colors of #fd013e

#fd013e #fd4201 #fd01bc

Monochromatic Colors of #fd013e

#fd013e

Complementary Color

#fd013e #01fdc0

#fd013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd013e Color CSS Codes

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

#fd013e Text Font Color

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

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


#fd013e Background Color

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

This div background color is #fd013e


#fd013e Border Color

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

This div border color is #fd013e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,1,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 #fd013e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd013e


Comments

No comments written yet.

Please login to write comment.