Color Hex Logo

#fd0770 Color Hex

#FD0770
(253,7,112)
0 Favorites   0 Comments

Color spaces of #fd0770

RGB 2537112
HSL0.930.980.51
HSV334°97°99°
CMYK 0.000.970.56   0.01
XYZ43.508622.204517.3220
Yxy22.20450.52400.2674
Hunter Lab47.121782.350611.1900
CIE-Lab54.243382.571412.7391

#fd0770 color RGB value is (253,7,112).

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

The process color (four color CMYK) of #fd0770 color hex is 0.00, 0.97, 0.56, 0.01. Web safe color of #fd0770 is #ff0066. Color #fd0770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 01110000
Octal 375 7 160
Decimal 253 7 112
Hex FD 7 70

RGB Percentages of Color #fd0770

%68.01
%1.88
%30.11

CMYK Percentages of Color #fd0770

%0
%97
%56
%1

Triadic Colors of #fd0770

#fd0770 #70fd07 #0770fd

Analogous Colors of #fd0770

#fd0770 #fd1907 #fd07eb

Monochromatic Colors of #fd0770

#fd0770

Complementary Color

#fd0770 #07fd94

#fd0770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0770 Color CSS Codes

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

#fd0770 Text Font Color

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

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


#fd0770 Background Color

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

This div background color is #fd0770


#fd0770 Border Color

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

This div border color is #fd0770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0770

Related Colors


Comments

No comments written yet.

Please login to write comment.