Color Hex Logo

#f073ca Color Hex

#F073CA
(240,115,202)
0 Favorites   0 Comments

Color spaces of #f073ca

RGB 240115202
HSL0.880.810.70
HSV318°52°94°
CMYK 0.000.520.16   0.06
XYZ52.726635.051059.8636
Yxy35.05100.35710.2374
Hunter Lab59.203955.3642-18.5080
CIE-Lab65.788458.2987-22.8297

#f073ca color RGB value is (240,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 11001010
Octal 360 163 312
Decimal 240 115 202
Hex F0 73 CA

RGB Percentages of Color #f073ca

%43.09
%20.65
%36.27

CMYK Percentages of Color #f073ca

%0
%52
%16
%6

Triadic Colors of #f073ca

#f073ca #caf073 #73caf0

Analogous Colors of #f073ca

#f073ca #f0738c #d873f0

Monochromatic Colors of #f073ca

#f073ca

Complementary Color

#f073ca #73f099

#f073ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f073ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f073ca Color CSS Codes

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

#f073ca Text Font Color

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

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


#f073ca Background Color

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

This div background color is #f073ca


#f073ca Border Color

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

This div border color is #f073ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,115,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 #f073ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f073ca


Comments

No comments written yet.

Please login to write comment.