Color Hex Logo

#f73dc3 Color Hex

#F73DC3
(247,61,195)
0 Favorites   0 Comments

Color spaces of #f73dc3

RGB 24761195
HSL0.880.920.60
HSV317°75°97°
CMYK 0.000.750.21   0.03
XYZ49.876827.051854.2225
Yxy27.05180.38030.2063
Hunter Lab52.011380.1545-25.4027
CIE-Lab59.022279.9238-29.1783

#f73dc3 color RGB value is (247,61,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111101 11000011
Octal 367 75 303
Decimal 247 61 195
Hex F7 3D C3

RGB Percentages of Color #f73dc3

%49.11
%12.13
%38.77

CMYK Percentages of Color #f73dc3

%0
%75
%21
%3

Triadic Colors of #f73dc3

#f73dc3 #c3f73d #3dc3f7

Analogous Colors of #f73dc3

#f73dc3 #f73d66 #ce3df7

Monochromatic Colors of #f73dc3

#f73dc3

Complementary Color

#f73dc3 #3df771

#f73dc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73dc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73dc3 Color CSS Codes

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

#f73dc3 Text Font Color

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

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


#f73dc3 Background Color

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

This div background color is #f73dc3


#f73dc3 Border Color

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

This div border color is #f73dc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73dc3


Comments

No comments written yet.

Please login to write comment.