Color Hex Logo

#f794dc Color Hex

#F794DC
(247,148,220)
0 Favorites   0 Comments

Color spaces of #f794dc

RGB 247148220
HSL0.880.860.77
HSV316°40°97°
CMYK 0.000.400.11   0.03
XYZ61.865946.121373.3517
Yxy46.12130.34120.2543
Hunter Lab67.912743.7597-16.4996
CIE-Lab73.624247.0078-20.8017

#f794dc color RGB value is (247,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010100 11011100
Octal 367 224 334
Decimal 247 148 220
Hex F7 94 DC

RGB Percentages of Color #f794dc

%40.16
%24.07
%35.77

CMYK Percentages of Color #f794dc

%0
%40
%11
%3

Triadic Colors of #f794dc

#f794dc #dcf794 #94dcf7

Analogous Colors of #f794dc

#f794dc #f794ab #e194f7

Monochromatic Colors of #f794dc

#f794dc

Complementary Color

#f794dc #94f7af

#f794dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f794dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f794dc Color CSS Codes

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

#f794dc Text Font Color

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

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


#f794dc Background Color

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

This div background color is #f794dc


#f794dc Border Color

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

This div border color is #f794dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f794dc

Related Colors


Comments

No comments written yet.

Please login to write comment.