Color Hex Logo

#fd298a Color Hex

#FD298A
(253,41,138)
0 Favorites   0 Comments

Color spaces of #fd298a

RGB 25341138
HSL0.920.980.58
HSV333°84°99°
CMYK 0.000.840.45   0.01
XYZ45.888424.303526.3172
Yxy24.30350.47550.2518
Hunter Lab49.298679.87992.8581
CIE-Lab56.390480.21810.2287

#fd298a color RGB value is (253,41,138).

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

The process color (four color CMYK) of #fd298a color hex is 0.00, 0.84, 0.45, 0.01. Web safe color of #fd298a is #ff3399. Color #fd298a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 10001010
Octal 375 51 212
Decimal 253 41 138
Hex FD 29 8A

RGB Percentages of Color #fd298a

%58.56
%9.49
%31.94

CMYK Percentages of Color #fd298a

%0
%84
%45
%1

Triadic Colors of #fd298a

#fd298a #8afd29 #298afd

Analogous Colors of #fd298a

#fd298a #fd3229 #fd29f4

Monochromatic Colors of #fd298a

#fd298a

Complementary Color

#fd298a #29fd9c

#fd298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd298a Color CSS Codes

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

#fd298a Text Font Color

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

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


#fd298a Background Color

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

This div background color is #fd298a


#fd298a Border Color

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

This div border color is #fd298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd298a

Related Colors


Comments

No comments written yet.

Please login to write comment.