Color Hex Logo

#f73269 Color Hex

#F73269
(247,50,105)
0 Favorites   0 Comments

Color spaces of #f73269

RGB 24750105
HSL0.950.920.58
HSV343°80°97°
CMYK 0.000.800.57   0.03
XYZ42.048223.075315.6024
Yxy23.07530.52090.2858
Hunter Lab48.036872.182814.3683
CIE-Lab55.149874.303418.0138

#f73269 color RGB value is (247,50,105).

#f73269 hex color red value is 247, green value is 50 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f73269 hue: 0.95 , saturation: 0.92 and the lightness value of f73269 is 0.58.

The process color (four color CMYK) of #f73269 color hex is 0.00, 0.80, 0.57, 0.03. Web safe color of #f73269 is #ff3366. Color #f73269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 01101001
Octal 367 62 151
Decimal 247 50 105
Hex F7 32 69

RGB Percentages of Color #f73269

%61.44
%12.44
%26.12

CMYK Percentages of Color #f73269

%0
%80
%57
%3

Triadic Colors of #f73269

#f73269 #69f732 #3269f7

Analogous Colors of #f73269

#f73269 #f75d32 #f732cc

Monochromatic Colors of #f73269

#f73269

Complementary Color

#f73269 #32f7c0

#f73269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73269 Color CSS Codes

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

#f73269 Text Font Color

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

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


#f73269 Background Color

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

This div background color is #f73269


#f73269 Border Color

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

This div border color is #f73269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73269


Comments

No comments written yet.

Please login to write comment.