Color Hex Logo

#fd619d Color Hex

#FD619D
(253,97,157)
0 Favorites   0 Comments

Color spaces of #fd619d

RGB 25397157
HSL0.940.980.69
HSV337°62°99°
CMYK 0.000.620.38   0.01
XYZ50.868531.866435.3680
Yxy31.86640.43070.2698
Hunter Lab56.450362.06182.3681
CIE-Lab63.232364.4323-0.8749

#fd619d color RGB value is (253,97,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 10011101
Octal 375 141 235
Decimal 253 97 157
Hex FD 61 9D

RGB Percentages of Color #fd619d

%49.90
%19.13
%30.97

CMYK Percentages of Color #fd619d

%0
%62
%38
%1

Triadic Colors of #fd619d

#fd619d #9dfd61 #619dfd

Analogous Colors of #fd619d

#fd619d #fd7361 #fd61eb

Monochromatic Colors of #fd619d

#fd619d

Complementary Color

#fd619d #61fdc1

#fd619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd619d Color CSS Codes

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

#fd619d Text Font Color

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

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


#fd619d Background Color

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

This div background color is #fd619d


#fd619d Border Color

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

This div border color is #fd619d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,97,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 #fd619d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd619d


Comments

No comments written yet.

Please login to write comment.