Color Hex Logo

#f75494 Color Hex

#F75494
(247,84,148)
0 Favorites   0 Comments

Color spaces of #f75494

RGB 24784148
HSL0.930.910.65
HSV336°66°97°
CMYK 0.000.660.40   0.03
XYZ46.873428.252930.9998
Yxy28.25290.44170.2662
Hunter Lab53.153564.39182.6287
CIE-Lab60.116566.9439-0.3364

#f75494 color RGB value is (247,84,148).

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

The process color (four color CMYK) of #f75494 color hex is 0.00, 0.66, 0.40, 0.03. Web safe color of #f75494 is #ff6699. Color #f75494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010100 10010100
Octal 367 124 224
Decimal 247 84 148
Hex F7 54 94

RGB Percentages of Color #f75494

%51.57
%17.54
%30.90

CMYK Percentages of Color #f75494

%0
%66
%40
%3

Triadic Colors of #f75494

#f75494 #94f754 #5494f7

Analogous Colors of #f75494

#f75494 #f76654 #f754e6

Monochromatic Colors of #f75494

#f75494

Complementary Color

#f75494 #54f7b7

#f75494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75494 Color CSS Codes

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

#f75494 Text Font Color

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

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


#f75494 Background Color

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

This div background color is #f75494


#f75494 Border Color

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

This div border color is #f75494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75494


Comments

No comments written yet.

Please login to write comment.