Color Hex Logo

#f794be Color Hex

#F794BE
(247,148,190)
0 Favorites   0 Comments

Color spaces of #f794be

RGB 247148190
HSL0.930.860.77
HSV335°40°97°
CMYK 0.000.400.23   0.03
XYZ58.241944.671754.2680
Yxy44.67170.37050.2842
Hunter Lab66.836938.5810-1.3545
CIE-Lab72.675242.4664-5.6830

#f794be color RGB value is (247,148,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010100 10111110
Octal 367 224 276
Decimal 247 148 190
Hex F7 94 BE

RGB Percentages of Color #f794be

%42.22
%25.30
%32.48

CMYK Percentages of Color #f794be

%0
%40
%23
%3

Triadic Colors of #f794be

#f794be #bef794 #94bef7

Analogous Colors of #f794be

#f794be #f79c94 #f794f0

Monochromatic Colors of #f794be

#f794be

Complementary Color

#f794be #94f7cd

#f794be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f794be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f794be Color CSS Codes

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

#f794be Text Font Color

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

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


#f794be Background Color

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

This div background color is #f794be


#f794be Border Color

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

This div border color is #f794be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f794be


Comments

No comments written yet.

Please login to write comment.