Color Hex Logo

#fd628a Color Hex

#FD628A
(253,98,138)
0 Favorites   0 Comments

Color spaces of #fd628a

RGB 25398138
HSL0.960.970.69
HSV345°61°99°
CMYK 0.000.610.45   0.01
XYZ49.463131.453027.5088
Yxy31.45300.45620.2901
Hunter Lab56.083059.285210.1762
CIE-Lab62.888262.14219.5792

#fd628a color RGB value is (253,98,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 10001010
Octal 375 142 212
Decimal 253 98 138
Hex FD 62 8A

RGB Percentages of Color #fd628a

%51.74
%20.04
%28.22

CMYK Percentages of Color #fd628a

%0
%61
%45
%1

Triadic Colors of #fd628a

#fd628a #8afd62 #628afd

Analogous Colors of #fd628a

#fd628a #fd8862 #fd62d8

Monochromatic Colors of #fd628a

#fd628a

Complementary Color

#fd628a #62fdd5

#fd628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd628a Color CSS Codes

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

#fd628a Text Font Color

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

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


#fd628a Background Color

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

This div background color is #fd628a


#fd628a Border Color

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

This div border color is #fd628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd628a

Related Colors


Comments

No comments written yet.

Please login to write comment.