Color Hex Logo

#fd343b Color Hex

#FD343B
(253,52,59)
0 Favorites   0 Comments

Color spaces of #fd343b

RGB 2535259
HSL0.990.980.60
HSV358°79°99°
CMYK 0.000.790.77   0.01
XYZ42.525423.65446.4621
Yxy23.65440.58540.3256
Hunter Lab48.635870.961426.1674
CIE-Lab55.740173.194945.6767

#fd343b color RGB value is (253,52,59).

#fd343b hex color red value is 253, green value is 52 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fd343b hue: 0.99 , saturation: 0.98 and the lightness value of fd343b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 00111011
Octal 375 64 73
Decimal 253 52 59
Hex FD 34 3B

RGB Percentages of Color #fd343b

%69.51
%14.29
%16.21

CMYK Percentages of Color #fd343b

%0
%79
%77
%1

Triadic Colors of #fd343b

#fd343b #3bfd34 #343bfd

Analogous Colors of #fd343b

#fd343b #fd9234 #fd34a0

Monochromatic Colors of #fd343b

#fd343b

Complementary Color

#fd343b #34fdf6

#fd343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd343b Color CSS Codes

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

#fd343b Text Font Color

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

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


#fd343b Background Color

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

This div background color is #fd343b


#fd343b Border Color

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

This div border color is #fd343b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd343b


Comments

No comments written yet.

Please login to write comment.