Color Hex Logo

#f771af Color Hex

#F771AF
(247,113,175)
0 Favorites   0 Comments

Color spaces of #f771af

RGB 247113175
HSL0.920.890.71
HSV332°54°97°
CMYK 0.000.540.29   0.03
XYZ52.000834.679644.5105
Yxy34.67960.39640.2643
Hunter Lab58.889454.5635-3.5907
CIE-Lab65.498557.6545-7.9185

#f771af color RGB value is (247,113,175).

#f771af hex color red value is 247, green value is 113 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f771af hue: 0.92 , saturation: 0.89 and the lightness value of f771af is 0.71.

The process color (four color CMYK) of #f771af color hex is 0.00, 0.54, 0.29, 0.03. Web safe color of #f771af is #ff6699. Color #f771af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110001 10101111
Octal 367 161 257
Decimal 247 113 175
Hex F7 71 AF

RGB Percentages of Color #f771af

%46.17
%21.12
%32.71

CMYK Percentages of Color #f771af

%0
%54
%29
%3

Triadic Colors of #f771af

#f771af #aff771 #71aff7

Analogous Colors of #f771af

#f771af #f77671 #f771f2

Monochromatic Colors of #f771af

#f771af

Complementary Color

#f771af #71f7b9

#f771af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f771af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f771af Color CSS Codes

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

#f771af Text Font Color

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

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


#f771af Background Color

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

This div background color is #f771af


#f771af Border Color

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

This div border color is #f771af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f771af


Comments

No comments written yet.

Please login to write comment.