Color Hex Logo

#fd029e Color Hex

#FD029E
(253,2,158)
0 Favorites   0 Comments

Color spaces of #fd029e

RGB 2532158
HSL0.900.980.50
HSV323°99°99°
CMYK 0.000.990.38   0.01
XYZ46.701323.394734.4019
Yxy23.39470.44690.2239
Hunter Lab48.368187.7048-8.3125
CIE-Lab55.476686.4596-12.9834

#fd029e color RGB value is (253,2,158).

#fd029e hex color red value is 253, green value is 2 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd029e hue: 0.90 , saturation: 0.98 and the lightness value of fd029e is 0.50.

The process color (four color CMYK) of #fd029e color hex is 0.00, 0.99, 0.38, 0.01. Web safe color of #fd029e is #ff0099. Color #fd029e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000010 10011110
Octal 375 2 236
Decimal 253 2 158
Hex FD 2 9E

RGB Percentages of Color #fd029e

%61.26
%0.48
%38.26

CMYK Percentages of Color #fd029e

%0
%99
%38
%1

Triadic Colors of #fd029e

#fd029e #9efd02 #029efd

Analogous Colors of #fd029e

#fd029e #fd0220 #df02fd

Monochromatic Colors of #fd029e

#fd029e

Complementary Color

#fd029e #02fd61

#fd029e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd029e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd029e Color CSS Codes

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

#fd029e Text Font Color

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

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


#fd029e Background Color

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

This div background color is #fd029e


#fd029e Border Color

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

This div border color is #fd029e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd029e


Comments

No comments written yet.

Please login to write comment.