Color Hex Logo

#f774be Color Hex

#F774BE
(247,116,190)
0 Favorites   0 Comments

Color spaces of #f774be

RGB 247116190
HSL0.910.890.71
HSV326°53°97°
CMYK 0.000.530.23   0.03
XYZ53.897435.982652.8198
Yxy35.98260.37770.2522
Hunter Lab59.985555.4089-10.2175
CIE-Lab66.506658.2213-14.8952

#f774be color RGB value is (247,116,190).

#f774be hex color red value is 247, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f774be hue: 0.91 , saturation: 0.89 and the lightness value of f774be is 0.71.

The process color (four color CMYK) of #f774be color hex is 0.00, 0.53, 0.23, 0.03. Web safe color of #f774be is #ff66cc. Color #f774be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110100 10111110
Octal 367 164 276
Decimal 247 116 190
Hex F7 74 BE

RGB Percentages of Color #f774be

%44.67
%20.98
%34.36

CMYK Percentages of Color #f774be

%0
%53
%23
%3

Triadic Colors of #f774be

#f774be #bef774 #74bef7

Analogous Colors of #f774be

#f774be #f7747d #ef74f7

Monochromatic Colors of #f774be

#f774be

Complementary Color

#f774be #74f7ad

#f774be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f774be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f774be Color CSS Codes

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

#f774be Text Font Color

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

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


#f774be Background Color

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

This div background color is #f774be


#f774be Border Color

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

This div border color is #f774be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f774be


Comments

No comments written yet.

Please login to write comment.