Color Hex Logo

#f73dbf Color Hex

#F73DBF
(247,61,191)
0 Favorites   0 Comments

Color spaces of #f73dbf

RGB 24761191
HSL0.880.920.60
HSV318°75°97°
CMYK 0.000.750.23   0.03
XYZ49.430526.873251.8720
Yxy26.87320.38560.2097
Hunter Lab51.839479.4866-23.0398
CIE-Lab58.856879.4305-27.1390

#f73dbf color RGB value is (247,61,191).

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

The process color (four color CMYK) of #f73dbf color hex is 0.00, 0.75, 0.23, 0.03. Web safe color of #f73dbf is #ff33cc. Color #f73dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111101 10111111
Octal 367 75 277
Decimal 247 61 191
Hex F7 3D BF

RGB Percentages of Color #f73dbf

%49.50
%12.22
%38.28

CMYK Percentages of Color #f73dbf

%0
%75
%23
%3

Triadic Colors of #f73dbf

#f73dbf #bff73d #3dbff7

Analogous Colors of #f73dbf

#f73dbf #f73d62 #d23df7

Monochromatic Colors of #f73dbf

#f73dbf

Complementary Color

#f73dbf #3df775

#f73dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73dbf Color CSS Codes

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

#f73dbf Text Font Color

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

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


#f73dbf Background Color

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

This div background color is #f73dbf


#f73dbf Border Color

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

This div border color is #f73dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73dbf


Comments

No comments written yet.

Please login to write comment.