Color Hex Logo

#fd709b Color Hex

#FD709B
(253,112,155)
0 Favorites   0 Comments

Color spaces of #fd709b

RGB 253112155
HSL0.950.970.72
HSV342°56°99°
CMYK 0.000.560.39   0.01
XYZ52.218634.837534.9824
Yxy34.83750.42790.2855
Hunter Lab59.023354.63026.1758
CIE-Lab65.622057.69233.7467

#fd709b color RGB value is (253,112,155).

#fd709b hex color red value is 253, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fd709b hue: 0.95 , saturation: 0.97 and the lightness value of fd709b is 0.72.

The process color (four color CMYK) of #fd709b color hex is 0.00, 0.56, 0.39, 0.01. Web safe color of #fd709b is #ff6699. Color #fd709b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110000 10011011
Octal 375 160 233
Decimal 253 112 155
Hex FD 70 9B

RGB Percentages of Color #fd709b

%48.65
%21.54
%29.81

CMYK Percentages of Color #fd709b

%0
%56
%39
%1

Triadic Colors of #fd709b

#fd709b #9bfd70 #709bfd

Analogous Colors of #fd709b

#fd709b #fd8c70 #fd70e2

Monochromatic Colors of #fd709b

#fd709b

Complementary Color

#fd709b #70fdd2

#fd709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd709b Color CSS Codes

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

#fd709b Text Font Color

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

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


#fd709b Background Color

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

This div background color is #fd709b


#fd709b Border Color

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

This div border color is #fd709b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd709b

Related Colors


Comments

No comments written yet.

Please login to write comment.