Color Hex Logo

#fd37a0 Color Hex

#FD37A0
(253,55,160)
0 Favorites   0 Comments

Color spaces of #fd37a0

RGB 25355160
HSL0.910.980.60
HSV328°78°99°
CMYK 0.000.780.37   0.01
XYZ48.219426.153135.7643
Yxy26.15310.43780.2375
Hunter Lab51.140178.8104-5.6658
CIE-Lab58.182179.0276-10.0937

#fd37a0 color RGB value is (253,55,160).

#fd37a0 hex color red value is 253, green value is 55 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fd37a0 hue: 0.91 , saturation: 0.98 and the lightness value of fd37a0 is 0.60.

The process color (four color CMYK) of #fd37a0 color hex is 0.00, 0.78, 0.37, 0.01. Web safe color of #fd37a0 is #ff3399. Color #fd37a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110111 10100000
Octal 375 67 240
Decimal 253 55 160
Hex FD 37 A0

RGB Percentages of Color #fd37a0

%54.06
%11.75
%34.19

CMYK Percentages of Color #fd37a0

%0
%78
%37
%1

Triadic Colors of #fd37a0

#fd37a0 #a0fd37 #37a0fd

Analogous Colors of #fd37a0

#fd37a0 #fd373d #f737fd

Monochromatic Colors of #fd37a0

#fd37a0

Complementary Color

#fd37a0 #37fd94

#fd37a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd37a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd37a0 Color CSS Codes

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

#fd37a0 Text Font Color

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

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


#fd37a0 Background Color

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

This div background color is #fd37a0


#fd37a0 Border Color

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

This div border color is #fd37a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd37a0


Comments

No comments written yet.

Please login to write comment.