Color Hex Logo

#f73dca Color Hex

#F73DCA
(247,61,202)
0 Favorites   0 Comments

Color spaces of #f73dca

RGB 24761202
HSL0.870.920.60
HSV315°75°97°
CMYK 0.000.750.18   0.03
XYZ50.687227.375958.4897
Yxy27.37590.37120.2005
Hunter Lab52.322081.3594-29.6537
CIE-Lab59.320780.8100-32.7178

#f73dca color RGB value is (247,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111101 11001010
Octal 367 75 312
Decimal 247 61 202
Hex F7 3D CA

RGB Percentages of Color #f73dca

%48.43
%11.96
%39.61

CMYK Percentages of Color #f73dca

%0
%75
%18
%3

Triadic Colors of #f73dca

#f73dca #caf73d #3dcaf7

Analogous Colors of #f73dca

#f73dca #f73d6d #c73df7

Monochromatic Colors of #f73dca

#f73dca

Complementary Color

#f73dca #3df76a

#f73dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73dca Color CSS Codes

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

#f73dca Text Font Color

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

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


#f73dca Background Color

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

This div background color is #f73dca


#f73dca Border Color

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

This div border color is #f73dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73dca


Comments

No comments written yet.

Please login to write comment.