Color Hex Logo

#f795fa Color Hex

#F795FA
(247,149,250)
0 Favorites   0 Comments

Color spaces of #f795fa

RGB 247149250
HSL0.830.910.78
HSV298°40°98°
CMYK 0.010.400.00   0.02
XYZ66.360548.171296.2429
Yxy48.17120.31480.2285
Hunter Lab69.405549.2092-33.6322
CIE-Lab74.932851.6166-35.1597

#f795fa color RGB value is (247,149,250).

#f795fa hex color red value is 247, green value is 149 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f795fa hue: 0.83 , saturation: 0.91 and the lightness value of f795fa is 0.78.

The process color (four color CMYK) of #f795fa color hex is 0.01, 0.40, 0.00, 0.02. Web safe color of #f795fa is #ff99ff. Color #f795fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010101 11111010
Octal 367 225 372
Decimal 247 149 250
Hex F7 95 FA

RGB Percentages of Color #f795fa

%38.24
%23.07
%38.70

CMYK Percentages of Color #f795fa

%1
%40
%0
%2

Triadic Colors of #f795fa

#f795fa #faf795 #95faf7

Analogous Colors of #f795fa

#f795fa #fa95cb #c595fa

Monochromatic Colors of #f795fa

#f795fa

Complementary Color

#f795fa #98fa95

#f795fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f795fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f795fa Color CSS Codes

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

#f795fa Text Font Color

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

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


#f795fa Background Color

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

This div background color is #f795fa


#f795fa Border Color

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

This div border color is #f795fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f795fa

Related Colors


Comments

No comments written yet.

Please login to write comment.