Color Hex Logo

#f7165d Color Hex

#F7165D
(247,22,93)
0 Favorites   0 Comments

Color spaces of #f7165d

RGB 2472293
HSL0.950.930.53
HSV341°91°97°
CMYK 0.000.910.62   0.03
XYZ40.620521.138312.2951
Yxy21.13830.54850.2854
Hunter Lab45.976477.247416.3280
CIE-Lab53.100578.774922.4698

#f7165d color RGB value is (247,22,93).

#f7165d hex color red value is 247, green value is 22 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f7165d hue: 0.95 , saturation: 0.93 and the lightness value of f7165d is 0.53.

The process color (four color CMYK) of #f7165d color hex is 0.00, 0.91, 0.62, 0.03. Web safe color of #f7165d is #ff0066. Color #f7165d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010110 01011101
Octal 367 26 135
Decimal 247 22 93
Hex F7 16 5D

RGB Percentages of Color #f7165d

%68.23
%6.08
%25.69

CMYK Percentages of Color #f7165d

%0
%91
%62
%3

Triadic Colors of #f7165d

#f7165d #5df716 #165df7

Analogous Colors of #f7165d

#f7165d #f73f16 #f716ce

Monochromatic Colors of #f7165d

#f7165d

Complementary Color

#f7165d #16f7b0

#f7165d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7165d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7165d Color CSS Codes

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

#f7165d Text Font Color

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

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


#f7165d Background Color

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

This div background color is #f7165d


#f7165d Border Color

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

This div border color is #f7165d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7165d


Comments

No comments written yet.

Please login to write comment.