Color Hex Logo

#f76193 Color Hex

#F76193
(247,97,147)
0 Favorites   0 Comments

Color spaces of #f76193

RGB 24797147
HSL0.940.900.67
HSV340°61°97°
CMYK 0.000.610.40   0.03
XYZ47.898930.430130.9528
Yxy30.43010.43830.2785
Hunter Lab55.163558.45695.3462
CIE-Lab62.023661.58403.0181

#f76193 color RGB value is (247,97,147).

#f76193 hex color red value is 247, green value is 97 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f76193 hue: 0.94 , saturation: 0.90 and the lightness value of f76193 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100001 10010011
Octal 367 141 223
Decimal 247 97 147
Hex F7 61 93

RGB Percentages of Color #f76193

%50.31
%19.76
%29.94

CMYK Percentages of Color #f76193

%0
%61
%40
%3

Triadic Colors of #f76193

#f76193 #93f761 #6193f7

Analogous Colors of #f76193

#f76193 #f77a61 #f761de

Monochromatic Colors of #f76193

#f76193

Complementary Color

#f76193 #61f7c5

#f76193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76193 Color CSS Codes

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

#f76193 Text Font Color

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

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


#f76193 Background Color

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

This div background color is #f76193


#f76193 Border Color

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

This div border color is #f76193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,97,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76193


Comments

No comments written yet.

Please login to write comment.