Color Hex Logo

#f674bf Color Hex

#F674BF
(246,116,191)
0 Favorites   0 Comments

Color spaces of #f674bf

RGB 246116191
HSL0.900.880.71
HSV325°53°96°
CMYK 0.000.530.22   0.04
XYZ53.655435.845253.3811
Yxy35.84520.37550.2509
Hunter Lab59.870955.1951-10.9536
CIE-Lab66.401558.0542-15.6312

#f674bf color RGB value is (246,116,191).

#f674bf hex color red value is 246, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f674bf hue: 0.90 , saturation: 0.88 and the lightness value of f674bf is 0.71.

The process color (four color CMYK) of #f674bf color hex is 0.00, 0.53, 0.22, 0.04. Web safe color of #f674bf is #ff66cc. Color #f674bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110100 10111111
Octal 366 164 277
Decimal 246 116 191
Hex F6 74 BF

RGB Percentages of Color #f674bf

%44.48
%20.98
%34.54

CMYK Percentages of Color #f674bf

%0
%53
%22
%4

Triadic Colors of #f674bf

#f674bf #bff674 #74bff6

Analogous Colors of #f674bf

#f674bf #f6747e #ec74f6

Monochromatic Colors of #f674bf

#f674bf

Complementary Color

#f674bf #74f6ab

#f674bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f674bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f674bf Color CSS Codes

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

#f674bf Text Font Color

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

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


#f674bf Background Color

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

This div background color is #f674bf


#f674bf Border Color

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

This div border color is #f674bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,116,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f674bf


Comments

No comments written yet.

Please login to write comment.