Color Hex Logo

#f791cd Color Hex

#F791CD
(247,145,205)
0 Favorites   0 Comments

Color spaces of #f791cd

RGB 247145205
HSL0.900.860.77
HSV325°41°97°
CMYK 0.000.410.17   0.03
XYZ59.502644.432763.1979
Yxy44.43270.35600.2659
Hunter Lab66.657942.6880-9.5520
CIE-Lab72.516846.1917-14.2162

#f791cd color RGB value is (247,145,205).

#f791cd hex color red value is 247, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f791cd hue: 0.90 , saturation: 0.86 and the lightness value of f791cd is 0.77.

The process color (four color CMYK) of #f791cd color hex is 0.00, 0.41, 0.17, 0.03. Web safe color of #f791cd is #ff99cc. Color #f791cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010001 11001101
Octal 367 221 315
Decimal 247 145 205
Hex F7 91 CD

RGB Percentages of Color #f791cd

%41.37
%24.29
%34.34

CMYK Percentages of Color #f791cd

%0
%41
%17
%3

Triadic Colors of #f791cd

#f791cd #cdf791 #91cdf7

Analogous Colors of #f791cd

#f791cd #f7919a #ee91f7

Monochromatic Colors of #f791cd

#f791cd

Complementary Color

#f791cd #91f7bb

#f791cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f791cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f791cd Color CSS Codes

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

#f791cd Text Font Color

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

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


#f791cd Background Color

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

This div background color is #f791cd


#f791cd Border Color

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

This div border color is #f791cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f791cd


Comments

No comments written yet.

Please login to write comment.