Color Hex Logo

#fd439b Color Hex

#FD439B
(253,67,155)
0 Favorites   0 Comments

Color spaces of #fd439b

RGB 25367155
HSL0.920.980.63
HSV332°74°99°
CMYK 0.000.740.39   0.01
XYZ48.431627.263533.7201
Yxy27.26350.44260.2492
Hunter Lab52.214574.1926-1.7394
CIE-Lab59.217475.1490-5.6278

#fd439b color RGB value is (253,67,155).

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

The process color (four color CMYK) of #fd439b color hex is 0.00, 0.74, 0.39, 0.01. Web safe color of #fd439b is #ff3399. Color #fd439b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000011 10011011
Octal 375 103 233
Decimal 253 67 155
Hex FD 43 9B

RGB Percentages of Color #fd439b

%53.26
%14.11
%32.63

CMYK Percentages of Color #fd439b

%0
%74
%39
%1

Triadic Colors of #fd439b

#fd439b #9bfd43 #439bfd

Analogous Colors of #fd439b

#fd439b #fd4843 #fd43f8

Monochromatic Colors of #fd439b

#fd439b

Complementary Color

#fd439b #43fda5

#fd439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd439b Color CSS Codes

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

#fd439b Text Font Color

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

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


#fd439b Background Color

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

This div background color is #fd439b


#fd439b Border Color

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

This div border color is #fd439b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd439b


Comments

No comments written yet.

Please login to write comment.