Color Hex Logo

#f73ddc Color Hex

#F73DDC
(247,61,220)
0 Favorites   0 Comments

Color spaces of #f73ddc

RGB 24761220
HSL0.860.920.60
HSV309°75°97°
CMYK 0.000.750.11   0.03
XYZ52.944828.279070.3780
Yxy28.27900.34920.1865
Hunter Lab53.178084.6557-41.2423
CIE-Lab60.140083.2111-41.6483

#f73ddc color RGB value is (247,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111101 11011100
Octal 367 75 334
Decimal 247 61 220
Hex F7 3D DC

RGB Percentages of Color #f73ddc

%46.78
%11.55
%41.67

CMYK Percentages of Color #f73ddc

%0
%75
%11
%3

Triadic Colors of #f73ddc

#f73ddc #dcf73d #3ddcf7

Analogous Colors of #f73ddc

#f73ddc #f73d7f #b53df7

Monochromatic Colors of #f73ddc

#f73ddc

Complementary Color

#f73ddc #3df758

#f73ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73ddc Color CSS Codes

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

#f73ddc Text Font Color

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

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


#f73ddc Background Color

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

This div background color is #f73ddc


#f73ddc Border Color

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

This div border color is #f73ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73ddc


Comments

No comments written yet.

Please login to write comment.