Color Hex Logo

#fd61a3 Color Hex

#FD61A3
(253,97,163)
0 Favorites   0 Comments

Color spaces of #fd61a3

RGB 25397163
HSL0.930.980.69
HSV335°62°99°
CMYK 0.000.620.36   0.01
XYZ51.393632.076438.1330
Yxy32.07640.42260.2638
Hunter Lab56.636062.8644-0.2747
CIE-Lab63.406065.0758-4.0686

#fd61a3 color RGB value is (253,97,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 10100011
Octal 375 141 243
Decimal 253 97 163
Hex FD 61 A3

RGB Percentages of Color #fd61a3

%49.32
%18.91
%31.77

CMYK Percentages of Color #fd61a3

%0
%62
%36
%1

Triadic Colors of #fd61a3

#fd61a3 #a3fd61 #61a3fd

Analogous Colors of #fd61a3

#fd61a3 #fd6d61 #fd61f1

Monochromatic Colors of #fd61a3

#fd61a3

Complementary Color

#fd61a3 #61fdbb

#fd61a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd61a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd61a3 Color CSS Codes

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

#fd61a3 Text Font Color

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

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


#fd61a3 Background Color

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

This div background color is #fd61a3


#fd61a3 Border Color

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

This div border color is #fd61a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd61a3


Comments

No comments written yet.

Please login to write comment.