Color Hex Logo

#fd137a Color Hex

#FD137A
(253,19,122)
0 Favorites   0 Comments

Color spaces of #fd137a

RGB 25319122
HSL0.930.980.53
HSV334°92°99°
CMYK 0.000.920.52   0.01
XYZ44.253722.753520.4718
Yxy22.75350.50590.2601
Hunter Lab47.700682.12527.9448
CIE-Lab54.817582.28367.5227

#fd137a color RGB value is (253,19,122).

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

The process color (four color CMYK) of #fd137a color hex is 0.00, 0.92, 0.52, 0.01. Web safe color of #fd137a is #ff0066. Color #fd137a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 01111010
Octal 375 23 172
Decimal 253 19 122
Hex FD 13 7A

RGB Percentages of Color #fd137a

%64.21
%4.82
%30.96

CMYK Percentages of Color #fd137a

%0
%92
%52
%1

Triadic Colors of #fd137a

#fd137a #7afd13 #137afd

Analogous Colors of #fd137a

#fd137a #fd2113 #fd13ef

Monochromatic Colors of #fd137a

#fd137a

Complementary Color

#fd137a #13fd96

#fd137a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd137a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd137a Color CSS Codes

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

#fd137a Text Font Color

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

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


#fd137a Background Color

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

This div background color is #fd137a


#fd137a Border Color

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

This div border color is #fd137a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd137a


Comments

No comments written yet.

Please login to write comment.