Color Hex Logo

#f73edb Color Hex

#F73EDB
(247,62,219)
0 Favorites   0 Comments

Color spaces of #f73edb

RGB 24762219
HSL0.860.920.61
HSV309°75°97°
CMYK 0.000.750.11   0.03
XYZ52.866628.333969.7004
Yxy28.33390.35030.1878
Hunter Lab53.229684.1309-40.3754
CIE-Lab60.189282.7963-41.0067

#f73edb color RGB value is (247,62,219).

#f73edb hex color red value is 247, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f73edb hue: 0.86 , saturation: 0.92 and the lightness value of f73edb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111110 11011011
Octal 367 76 333
Decimal 247 62 219
Hex F7 3E DB

RGB Percentages of Color #f73edb

%46.78
%11.74
%41.48

CMYK Percentages of Color #f73edb

%0
%75
%11
%3

Triadic Colors of #f73edb

#f73edb #dbf73e #3edbf7

Analogous Colors of #f73edb

#f73edb #f73e7f #b73ef7

Monochromatic Colors of #f73edb

#f73edb

Complementary Color

#f73edb #3ef75a

#f73edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73edb Color CSS Codes

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

#f73edb Text Font Color

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

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


#f73edb Background Color

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

This div background color is #f73edb


#f73edb Border Color

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

This div border color is #f73edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73edb


Comments

No comments written yet.

Please login to write comment.