Color Hex Logo

#f73dae Color Hex

#F73DAE
(247,61,174)
0 Favorites   0 Comments

Color spaces of #f73dae

RGB 24761174
HSL0.900.920.60
HSV324°75°97°
CMYK 0.000.750.30   0.03
XYZ47.666526.167642.5830
Yxy26.16760.40940.2248
Hunter Lab51.154376.8096-13.5475
CIE-Lab58.195877.4385-18.3350

#f73dae color RGB value is (247,61,174).

#f73dae hex color red value is 247, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f73dae hue: 0.90 , saturation: 0.92 and the lightness value of f73dae is 0.60.

The process color (four color CMYK) of #f73dae color hex is 0.00, 0.75, 0.30, 0.03. Web safe color of #f73dae is #ff3399. Color #f73dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111101 10101110
Octal 367 75 256
Decimal 247 61 174
Hex F7 3D AE

RGB Percentages of Color #f73dae

%51.24
%12.66
%36.10

CMYK Percentages of Color #f73dae

%0
%75
%30
%3

Triadic Colors of #f73dae

#f73dae #aef73d #3daef7

Analogous Colors of #f73dae

#f73dae #f73d51 #e33df7

Monochromatic Colors of #f73dae

#f73dae

Complementary Color

#f73dae #3df786

#f73dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73dae Color CSS Codes

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

#f73dae Text Font Color

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

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


#f73dae Background Color

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

This div background color is #f73dae


#f73dae Border Color

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

This div border color is #f73dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73dae


Comments

No comments written yet.

Please login to write comment.