Color Hex Logo

#f073cc Color Hex

#F073CC
(240,115,204)
0 Favorites   0 Comments

Color spaces of #f073cc

RGB 240115204
HSL0.880.810.70
HSV317°52°94°
CMYK 0.000.520.15   0.06
XYZ52.965035.146461.1191
Yxy35.14640.35490.2355
Hunter Lab59.284455.7252-19.6258
CIE-Lab65.862558.5974-23.8394

#f073cc color RGB value is (240,115,204).

#f073cc hex color red value is 240, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f073cc hue: 0.88 , saturation: 0.81 and the lightness value of f073cc is 0.70.

The process color (four color CMYK) of #f073cc color hex is 0.00, 0.52, 0.15, 0.06. Web safe color of #f073cc is #ff66cc. Color #f073cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 11001100
Octal 360 163 314
Decimal 240 115 204
Hex F0 73 CC

RGB Percentages of Color #f073cc

%42.93
%20.57
%36.49

CMYK Percentages of Color #f073cc

%0
%52
%15
%6

Triadic Colors of #f073cc

#f073cc #ccf073 #73ccf0

Analogous Colors of #f073cc

#f073cc #f0738e #d673f0

Monochromatic Colors of #f073cc

#f073cc

Complementary Color

#f073cc #73f097

#f073cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f073cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f073cc Color CSS Codes

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

#f073cc Text Font Color

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

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


#f073cc Background Color

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

This div background color is #f073cc


#f073cc Border Color

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

This div border color is #f073cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,115,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f073cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f073cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f073cc;
  box-shadow:         1px 1px 3px 2px #f073cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,115,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f073cc


Comments

No comments written yet.

Please login to write comment.