Color Hex Logo

#fd568a Color Hex

#FD568A
(253,86,138)
0 Favorites   0 Comments

Color spaces of #fd568a

RGB 25386138
HSL0.950.980.66
HSV341°66°99°
CMYK 0.000.660.45   0.01
XYZ48.423229.373227.1622
Yxy29.37320.46140.2799
Hunter Lab54.197064.63888.2233
CIE-Lab61.109666.97007.0459

#fd568a color RGB value is (253,86,138).

#fd568a hex color red value is 253, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fd568a hue: 0.95 , saturation: 0.98 and the lightness value of fd568a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 10001010
Octal 375 126 212
Decimal 253 86 138
Hex FD 56 8A

RGB Percentages of Color #fd568a

%53.04
%18.03
%28.93

CMYK Percentages of Color #fd568a

%0
%66
%45
%1

Triadic Colors of #fd568a

#fd568a #8afd56 #568afd

Analogous Colors of #fd568a

#fd568a #fd7656 #fd56de

Monochromatic Colors of #fd568a

#fd568a

Complementary Color

#fd568a #56fdc9

#fd568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd568a Color CSS Codes

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

#fd568a Text Font Color

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

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


#fd568a Background Color

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

This div background color is #fd568a


#fd568a Border Color

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

This div border color is #fd568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd568a

Related Colors


Comments

No comments written yet.

Please login to write comment.