Color Hex Logo

#f796dd Color Hex

#F796DD
(247,150,221)
0 Favorites   0 Comments

Color spaces of #f796dd

RGB 247150221
HSL0.880.860.78
HSV316°39°97°
CMYK 0.000.390.11   0.03
XYZ62.315346.807374.1570
Yxy46.80730.34000.2554
Hunter Lab68.415942.8556-16.3742
CIE-Lab74.066346.1486-20.6786

#f796dd color RGB value is (247,150,221).

#f796dd hex color red value is 247, green value is 150 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f796dd hue: 0.88 , saturation: 0.86 and the lightness value of f796dd is 0.78.

The process color (four color CMYK) of #f796dd color hex is 0.00, 0.39, 0.11, 0.03. Web safe color of #f796dd is #ff99cc. Color #f796dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010110 11011101
Octal 367 226 335
Decimal 247 150 221
Hex F7 96 DD

RGB Percentages of Color #f796dd

%39.97
%24.27
%35.76

CMYK Percentages of Color #f796dd

%0
%39
%11
%3

Triadic Colors of #f796dd

#f796dd #ddf796 #96ddf7

Analogous Colors of #f796dd

#f796dd #f796ad #e196f7

Monochromatic Colors of #f796dd

#f796dd

Complementary Color

#f796dd #96f7b0

#f796dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f796dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f796dd Color CSS Codes

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

#f796dd Text Font Color

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

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


#f796dd Background Color

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

This div background color is #f796dd


#f796dd Border Color

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

This div border color is #f796dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f796dd


Comments

No comments written yet.

Please login to write comment.