Color Hex Logo

#f790dd Color Hex

#F790DD
(247,144,221)
0 Favorites   0 Comments

Color spaces of #f790dd

RGB 247144221
HSL0.880.870.77
HSV315°42°97°
CMYK 0.000.420.11   0.03
XYZ61.382244.941173.8459
Yxy44.94110.34070.2494
Hunter Lab67.038146.1235-18.3843
CIE-Lab72.853149.1992-22.5240

#f790dd color RGB value is (247,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010000 11011101
Octal 367 220 335
Decimal 247 144 221
Hex F7 90 DD

RGB Percentages of Color #f790dd

%40.36
%23.53
%36.11

CMYK Percentages of Color #f790dd

%0
%42
%11
%3

Triadic Colors of #f790dd

#f790dd #ddf790 #90ddf7

Analogous Colors of #f790dd

#f790dd #f790aa #de90f7

Monochromatic Colors of #f790dd

#f790dd

Complementary Color

#f790dd #90f7aa

#f790dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f790dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f790dd Color CSS Codes

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

#f790dd Text Font Color

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

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


#f790dd Background Color

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

This div background color is #f790dd


#f790dd Border Color

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

This div border color is #f790dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f790dd

Related Colors


Comments

No comments written yet.

Please login to write comment.