Color Hex Logo

#f7077d Color Hex

#F7077D
(247,7,125)
0 Favorites   0 Comments

Color spaces of #f7077d

RGB 2477125
HSL0.920.940.50
HSV331°97°97°
CMYK 0.000.970.49   0.03
XYZ42.135421.406821.3132
Yxy21.40680.49660.2523
Hunter Lab46.267581.59035.0752
CIE-Lab53.391982.14403.5160

#f7077d color RGB value is (247,7,125).

#f7077d hex color red value is 247, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f7077d hue: 0.92 , saturation: 0.94 and the lightness value of f7077d is 0.50.

The process color (four color CMYK) of #f7077d color hex is 0.00, 0.97, 0.49, 0.03. Web safe color of #f7077d is #ff0066. Color #f7077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 01111101
Octal 367 7 175
Decimal 247 7 125
Hex F7 7 7D

RGB Percentages of Color #f7077d

%65.17
%1.85
%32.98

CMYK Percentages of Color #f7077d

%0
%97
%49
%3

Triadic Colors of #f7077d

#f7077d #7df707 #077df7

Analogous Colors of #f7077d

#f7077d #f70907 #f707f5

Monochromatic Colors of #f7077d

#f7077d

Complementary Color

#f7077d #07f781

#f7077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7077d Color CSS Codes

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

#f7077d Text Font Color

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

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


#f7077d Background Color

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

This div background color is #f7077d


#f7077d Border Color

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

This div border color is #f7077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7077d


Comments

No comments written yet.

Please login to write comment.