Color Hex Logo

#fd628b Color Hex

#FD628B
(253,98,139)
0 Favorites   0 Comments

Color spaces of #fd628b

RGB 25398139
HSL0.960.970.69
HSV344°61°99°
CMYK 0.000.610.45   0.01
XYZ49.535931.482127.8919
Yxy31.48210.45480.2891
Hunter Lab56.108959.39869.8030
CIE-Lab62.912562.23449.0369

#fd628b color RGB value is (253,98,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 10001011
Octal 375 142 213
Decimal 253 98 139
Hex FD 62 8B

RGB Percentages of Color #fd628b

%51.63
%20.00
%28.37

CMYK Percentages of Color #fd628b

%0
%61
%45
%1

Triadic Colors of #fd628b

#fd628b #8bfd62 #628bfd

Analogous Colors of #fd628b

#fd628b #fd8762 #fd62d9

Monochromatic Colors of #fd628b

#fd628b

Complementary Color

#fd628b #62fdd4

#fd628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd628b Color CSS Codes

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

#fd628b Text Font Color

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

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


#fd628b Background Color

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

This div background color is #fd628b


#fd628b Border Color

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

This div border color is #fd628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd628b


Comments

No comments written yet.

Please login to write comment.