Color Hex Logo

#f765aa Color Hex

#F765AA
(247,101,170)
0 Favorites   0 Comments

Color spaces of #f765aa

RGB 247101170
HSL0.920.900.68
HSV332°59°97°
CMYK 0.000.590.31   0.03
XYZ50.267231.983841.5543
Yxy31.98380.40600.2583
Hunter Lab56.554259.6866-3.9765
CIE-Lab63.329562.4076-8.2965

#f765aa color RGB value is (247,101,170).

#f765aa hex color red value is 247, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f765aa hue: 0.92 , saturation: 0.90 and the lightness value of f765aa is 0.68.

The process color (four color CMYK) of #f765aa color hex is 0.00, 0.59, 0.31, 0.03. Web safe color of #f765aa is #ff6699. Color #f765aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100101 10101010
Octal 367 145 252
Decimal 247 101 170
Hex F7 65 AA

RGB Percentages of Color #f765aa

%47.68
%19.50
%32.82

CMYK Percentages of Color #f765aa

%0
%59
%31
%3

Triadic Colors of #f765aa

#f765aa #aaf765 #65aaf7

Analogous Colors of #f765aa

#f765aa #f76965 #f765f3

Monochromatic Colors of #f765aa

#f765aa

Complementary Color

#f765aa #65f7b2

#f765aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f765aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f765aa Color CSS Codes

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

#f765aa Text Font Color

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

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


#f765aa Background Color

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

This div background color is #f765aa


#f765aa Border Color

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

This div border color is #f765aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f765aa


Comments

No comments written yet.

Please login to write comment.