Color Hex Logo

#fd345b Color Hex

#FD345B
(253,52,91)
0 Favorites   0 Comments

Color spaces of #fd345b

RGB 2535291
HSL0.970.980.60
HSV348°79°99°
CMYK 0.000.790.64   0.01
XYZ43.624324.094012.2489
Yxy24.09400.54550.3013
Hunter Lab49.085672.740019.5646
CIE-Lab56.181874.557227.9036

#fd345b color RGB value is (253,52,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 01011011
Octal 375 64 133
Decimal 253 52 91
Hex FD 34 5B

RGB Percentages of Color #fd345b

%63.89
%13.13
%22.98

CMYK Percentages of Color #fd345b

%0
%79
%64
%1

Triadic Colors of #fd345b

#fd345b #5bfd34 #345bfd

Analogous Colors of #fd345b

#fd345b #fd7234 #fd34c0

Monochromatic Colors of #fd345b

#fd345b

Complementary Color

#fd345b #34fdd6

#fd345b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd345b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd345b Color CSS Codes

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

#fd345b Text Font Color

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

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


#fd345b Background Color

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

This div background color is #fd345b


#fd345b Border Color

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

This div border color is #fd345b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd345b

Related Colors


Comments

No comments written yet.

Please login to write comment.