Color Hex Logo

#f758aa Color Hex

#F758AA
(247,88,170)
0 Favorites   0 Comments

Color spaces of #f758aa

RGB 24788170
HSL0.910.910.66
HSV329°64°97°
CMYK 0.000.640.31   0.03
XYZ49.103229.655941.1663
Yxy29.65590.40940.2473
Hunter Lab54.457265.6504-6.6995
CIE-Lab61.356267.7678-11.2458

#f758aa color RGB value is (247,88,170).

#f758aa hex color red value is 247, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f758aa hue: 0.91 , saturation: 0.91 and the lightness value of f758aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011000 10101010
Octal 367 130 252
Decimal 247 88 170
Hex F7 58 AA

RGB Percentages of Color #f758aa

%48.91
%17.43
%33.66

CMYK Percentages of Color #f758aa

%0
%64
%31
%3

Triadic Colors of #f758aa

#f758aa #aaf758 #58aaf7

Analogous Colors of #f758aa

#f758aa #f7585b #f558f7

Monochromatic Colors of #f758aa

#f758aa

Complementary Color

#f758aa #58f7a5

#f758aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f758aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f758aa Color CSS Codes

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

#f758aa Text Font Color

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

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


#f758aa Background Color

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

This div background color is #f758aa


#f758aa Border Color

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

This div border color is #f758aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,88,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 #f758aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f758aa


Comments

No comments written yet.

Please login to write comment.