Color Hex Logo

#fd618b Color Hex

#FD618B
(253,97,139)
0 Favorites   0 Comments

Color spaces of #fd618b

RGB 25397139
HSL0.960.980.69
HSV344°62°99°
CMYK 0.000.620.45   0.01
XYZ49.442931.296127.8609
Yxy31.29610.45530.2882
Hunter Lab55.942959.85999.6322
CIE-Lab62.756862.65378.8155

#fd618b color RGB value is (253,97,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 10001011
Octal 375 141 213
Decimal 253 97 139
Hex FD 61 8B

RGB Percentages of Color #fd618b

%51.74
%19.84
%28.43

CMYK Percentages of Color #fd618b

%0
%62
%45
%1

Triadic Colors of #fd618b

#fd618b #8bfd61 #618bfd

Analogous Colors of #fd618b

#fd618b #fd8561 #fd61d9

Monochromatic Colors of #fd618b

#fd618b

Complementary Color

#fd618b #61fdd3

#fd618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd618b Color CSS Codes

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

#fd618b Text Font Color

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

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


#fd618b Background Color

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

This div background color is #fd618b


#fd618b Border Color

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

This div border color is #fd618b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd618b

Related Colors


Comments

No comments written yet.

Please login to write comment.