Color Hex Logo

#fd149b Color Hex

#FD149B
(253,20,155)
0 Favorites   0 Comments

Color spaces of #fd149b

RGB 25320155
HSL0.900.980.54
HSV325°92°99°
CMYK 0.000.920.39   0.01
XYZ46.674623.749533.1344
Yxy23.74950.45070.2293
Hunter Lab48.733585.6753-6.1985
CIE-Lab55.836184.8347-10.6696

#fd149b color RGB value is (253,20,155).

#fd149b hex color red value is 253, green value is 20 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fd149b hue: 0.90 , saturation: 0.98 and the lightness value of fd149b is 0.54.

The process color (four color CMYK) of #fd149b color hex is 0.00, 0.92, 0.39, 0.01. Web safe color of #fd149b is #ff0099. Color #fd149b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 10011011
Octal 375 24 233
Decimal 253 20 155
Hex FD 14 9B

RGB Percentages of Color #fd149b

%59.11
%4.67
%36.21

CMYK Percentages of Color #fd149b

%0
%92
%39
%1

Triadic Colors of #fd149b

#fd149b #9bfd14 #149bfd

Analogous Colors of #fd149b

#fd149b #fd1427 #eb14fd

Monochromatic Colors of #fd149b

#fd149b

Complementary Color

#fd149b #14fd76

#fd149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd149b Color CSS Codes

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

#fd149b Text Font Color

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

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


#fd149b Background Color

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

This div background color is #fd149b


#fd149b Border Color

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

This div border color is #fd149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd149b


Comments

No comments written yet.

Please login to write comment.