Color Hex Logo

#f74194 Color Hex

#F74194
(247,65,148)
0 Favorites   0 Comments

Color spaces of #f74194

RGB 24765148
HSL0.920.920.61
HSV333°74°97°
CMYK 0.000.740.40   0.03
XYZ45.593425.692930.5732
Yxy25.69290.44760.2522
Hunter Lab50.688271.8543-0.2798
CIE-Lab57.744473.5396-3.8200

#f74194 color RGB value is (247,65,148).

#f74194 hex color red value is 247, green value is 65 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f74194 hue: 0.92 , saturation: 0.92 and the lightness value of f74194 is 0.61.

The process color (four color CMYK) of #f74194 color hex is 0.00, 0.74, 0.40, 0.03. Web safe color of #f74194 is #ff3399. Color #f74194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000001 10010100
Octal 367 101 224
Decimal 247 65 148
Hex F7 41 94

RGB Percentages of Color #f74194

%53.70
%14.13
%32.17

CMYK Percentages of Color #f74194

%0
%74
%40
%3

Triadic Colors of #f74194

#f74194 #94f741 #4194f7

Analogous Colors of #f74194

#f74194 #f74941 #f741ef

Monochromatic Colors of #f74194

#f74194

Complementary Color

#f74194 #41f7a4

#f74194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74194 Color CSS Codes

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

#f74194 Text Font Color

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

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


#f74194 Background Color

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

This div background color is #f74194


#f74194 Border Color

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

This div border color is #f74194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74194


Comments

No comments written yet.

Please login to write comment.