Color Hex Logo

#fd203a Color Hex

#FD203A
(253,32,58)
0 Favorites   0 Comments

Color spaces of #fd203a

RGB 2533258
HSL0.980.980.56
HSV353°87°99°
CMYK 0.000.870.77   0.01
XYZ41.788222.22126.0896
Yxy22.22120.59610.3170
Hunter Lab47.139475.743125.3383
CIE-Lab54.260977.348044.6551

#fd203a color RGB value is (253,32,58).

#fd203a hex color red value is 253, green value is 32 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fd203a hue: 0.98 , saturation: 0.98 and the lightness value of fd203a is 0.56.

The process color (four color CMYK) of #fd203a color hex is 0.00, 0.87, 0.77, 0.01. Web safe color of #fd203a is #ff3333. Color #fd203a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 00111010
Octal 375 40 72
Decimal 253 32 58
Hex FD 20 3A

RGB Percentages of Color #fd203a

%73.76
%9.33
%16.91

CMYK Percentages of Color #fd203a

%0
%87
%77
%1

Triadic Colors of #fd203a

#fd203a #3afd20 #203afd

Analogous Colors of #fd203a

#fd203a #fd7520 #fd20a9

Monochromatic Colors of #fd203a

#fd203a

Complementary Color

#fd203a #20fde3

#fd203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd203a Color CSS Codes

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

#fd203a Text Font Color

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

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


#fd203a Background Color

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

This div background color is #fd203a


#fd203a Border Color

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

This div border color is #fd203a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd203a


Comments

No comments written yet.

Please login to write comment.