Color Hex Logo

#f67494 Color Hex

#F67494
(246,116,148)
0 Favorites   0 Comments

Color spaces of #f67494

RGB 246116148
HSL0.960.880.71
HSV345°53°96°
CMYK 0.000.530.40   0.04
XYZ49.596734.221732.0084
Yxy34.22170.42820.2955
Hunter Lab58.499348.96158.5085
CIE-Lab65.138252.80576.9098

#f67494 color RGB value is (246,116,148).

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

The process color (four color CMYK) of #f67494 color hex is 0.00, 0.53, 0.40, 0.04. Web safe color of #f67494 is #ff6699. Color #f67494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110100 10010100
Octal 366 164 224
Decimal 246 116 148
Hex F6 74 94

RGB Percentages of Color #f67494

%48.24
%22.75
%29.02

CMYK Percentages of Color #f67494

%0
%53
%40
%4

Triadic Colors of #f67494

#f67494 #94f674 #7494f6

Analogous Colors of #f67494

#f67494 #f69574 #f674d5

Monochromatic Colors of #f67494

#f67494

Complementary Color

#f67494 #74f6d6

#f67494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67494 Color CSS Codes

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

#f67494 Text Font Color

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

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


#f67494 Background Color

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

This div background color is #f67494


#f67494 Border Color

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

This div border color is #f67494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67494


Comments

No comments written yet.

Please login to write comment.