Color Hex Logo

#fd629d Color Hex

#FD629D
(253,98,157)
0 Favorites   0 Comments

Color spaces of #fd629d

RGB 25398157
HSL0.940.970.69
HSV337°61°99°
CMYK 0.000.610.38   0.01
XYZ50.961532.052335.3990
Yxy32.05230.43040.2707
Hunter Lab56.614861.60012.5586
CIE-Lab63.386164.0167-0.6499

#fd629d color RGB value is (253,98,157).

#fd629d hex color red value is 253, green value is 98 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fd629d hue: 0.94 , saturation: 0.97 and the lightness value of fd629d is 0.69.

The process color (four color CMYK) of #fd629d color hex is 0.00, 0.61, 0.38, 0.01. Web safe color of #fd629d is #ff6699. Color #fd629d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 10011101
Octal 375 142 235
Decimal 253 98 157
Hex FD 62 9D

RGB Percentages of Color #fd629d

%49.80
%19.29
%30.91

CMYK Percentages of Color #fd629d

%0
%61
%38
%1

Triadic Colors of #fd629d

#fd629d #9dfd62 #629dfd

Analogous Colors of #fd629d

#fd629d #fd7562 #fd62eb

Monochromatic Colors of #fd629d

#fd629d

Complementary Color

#fd629d #62fdc2

#fd629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd629d Color CSS Codes

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

#fd629d Text Font Color

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

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


#fd629d Background Color

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

This div background color is #fd629d


#fd629d Border Color

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

This div border color is #fd629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd629d


Comments

No comments written yet.

Please login to write comment.