Color Hex Logo

#fd0153 Color Hex

#FD0153
(253,1,83)
0 Favorites   0 Comments

Color spaces of #fd0153

RGB 253183
HSL0.950.990.50
HSV340°100°99°
CMYK 0.001.000.67   0.01
XYZ42.080221.528910.1212
Yxy21.52890.57070.2920
Hunter Lab46.399280.685819.5464
CIE-Lab53.523581.409829.2698

#fd0153 color RGB value is (253,1,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 01010011
Octal 375 1 123
Decimal 253 1 83
Hex FD 1 53

RGB Percentages of Color #fd0153

%75.07
%0.30
%24.63

CMYK Percentages of Color #fd0153

%0
%100
%67
%1

Triadic Colors of #fd0153

#fd0153 #53fd01 #0153fd

Analogous Colors of #fd0153

#fd0153 #fd2d01 #fd01d1

Monochromatic Colors of #fd0153

#fd0153

Complementary Color

#fd0153 #01fdab

#fd0153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0153 Color CSS Codes

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

#fd0153 Text Font Color

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

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


#fd0153 Background Color

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

This div background color is #fd0153


#fd0153 Border Color

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

This div border color is #fd0153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0153

Related Colors


Comments

No comments written yet.

Please login to write comment.