Color Hex Logo

#f073da Color Hex

#F073DA
(240,115,218)
0 Favorites   0 Comments

Color spaces of #f073da

RGB 240115218
HSL0.860.810.70
HSV311°52°94°
CMYK 0.000.520.09   0.06
XYZ54.720835.848770.3651
Yxy35.84870.34000.2228
Hunter Lab59.873858.3584-27.7674
CIE-Lab66.404260.7599-30.8374

#f073da color RGB value is (240,115,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 11011010
Octal 360 163 332
Decimal 240 115 218
Hex F0 73 DA

RGB Percentages of Color #f073da

%41.88
%20.07
%38.05

CMYK Percentages of Color #f073da

%0
%52
%9
%6

Triadic Colors of #f073da

#f073da #daf073 #73daf0

Analogous Colors of #f073da

#f073da #f0739c #c873f0

Monochromatic Colors of #f073da

#f073da

Complementary Color

#f073da #73f089

#f073da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f073da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f073da Color CSS Codes

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

#f073da Text Font Color

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

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


#f073da Background Color

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

This div background color is #f073da


#f073da Border Color

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

This div border color is #f073da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f073da


Comments

No comments written yet.

Please login to write comment.