Color Hex Logo

#fd294a Color Hex

#FD294A
(253,41,74)
0 Favorites   0 Comments

Color spaces of #fd294a

RGB 2534174
HSL0.970.980.58
HSV351°84°99°
CMYK 0.000.840.71   0.01
XYZ42.537022.96298.6689
Yxy22.96290.57350.3096
Hunter Lab47.919674.590522.8179
CIE-Lab55.034176.272836.4331

#fd294a color RGB value is (253,41,74).

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

The process color (four color CMYK) of #fd294a color hex is 0.00, 0.84, 0.71, 0.01. Web safe color of #fd294a is #ff3333. Color #fd294a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 01001010
Octal 375 51 112
Decimal 253 41 74
Hex FD 29 4A

RGB Percentages of Color #fd294a

%68.75
%11.14
%20.11

CMYK Percentages of Color #fd294a

%0
%84
%71
%1

Triadic Colors of #fd294a

#fd294a #4afd29 #294afd

Analogous Colors of #fd294a

#fd294a #fd7229 #fd29b4

Monochromatic Colors of #fd294a

#fd294a

Complementary Color

#fd294a #29fddc

#fd294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd294a Color CSS Codes

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

#fd294a Text Font Color

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

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


#fd294a Background Color

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

This div background color is #fd294a


#fd294a Border Color

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

This div border color is #fd294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd294a

Related Colors


Comments

No comments written yet.

Please login to write comment.