Color Hex Logo

#fd345c Color Hex

#FD345C
(253,52,92)
0 Favorites   0 Comments

Color spaces of #fd345c

RGB 2535292
HSL0.970.980.60
HSV348°79°99°
CMYK 0.000.790.64   0.01
XYZ43.667824.111312.4776
Yxy24.11130.54410.3004
Hunter Lab49.103372.810319.3061
CIE-Lab56.199174.610927.3362

#fd345c color RGB value is (253,52,92).

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

The process color (four color CMYK) of #fd345c color hex is 0.00, 0.79, 0.64, 0.01. Web safe color of #fd345c is #ff3366. Color #fd345c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 01011100
Octal 375 64 134
Decimal 253 52 92
Hex FD 34 5C

RGB Percentages of Color #fd345c

%63.73
%13.10
%23.17

CMYK Percentages of Color #fd345c

%0
%79
%64
%1

Triadic Colors of #fd345c

#fd345c #5cfd34 #345cfd

Analogous Colors of #fd345c

#fd345c #fd7134 #fd34c1

Monochromatic Colors of #fd345c

#fd345c

Complementary Color

#fd345c #34fdd5

#fd345c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd345c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd345c Color CSS Codes

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

#fd345c Text Font Color

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

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


#fd345c Background Color

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

This div background color is #fd345c


#fd345c Border Color

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

This div border color is #fd345c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd345c


Comments

No comments written yet.

Please login to write comment.