Color Hex Logo

#fd0054 Color Hex

#FD0054
(253,0,84)
0 Favorites   0 Comments

Color spaces of #fd0054

RGB 253084
HSL0.941.000.50
HSV340°100°99°
CMYK 0.001.000.67   0.01
XYZ42.108221.522710.3225
Yxy21.52270.56940.2910
Hunter Lab46.392680.828519.2826
CIE-Lab53.516981.523128.6616

#fd0054 color RGB value is (253,0,84).

#fd0054 hex color red value is 253, green value is 0 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fd0054 hue: 0.94 , saturation: 1.00 and the lightness value of fd0054 is 0.50.

The process color (four color CMYK) of #fd0054 color hex is 0.00, 1.00, 0.67, 0.01. Web safe color of #fd0054 is #ff0066. Color #fd0054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 01010100
Octal 375 0 124
Decimal 253 0 84
Hex FD 0 54

RGB Percentages of Color #fd0054

%75.07
%0.00
%24.93

CMYK Percentages of Color #fd0054

%0
%100
%67
%1

Triadic Colors of #fd0054

#fd0054 #54fd00 #0054fd

Analogous Colors of #fd0054

#fd0054 #fd2b00 #fd00d3

Monochromatic Colors of #fd0054

#fd0054

Complementary Color

#fd0054 #00fda9

#fd0054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0054 Color CSS Codes

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

#fd0054 Text Font Color

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

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


#fd0054 Background Color

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

This div background color is #fd0054


#fd0054 Border Color

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

This div border color is #fd0054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0054

Related Colors


Comments

No comments written yet.

Please login to write comment.