Color Hex Logo

#f063da Color Hex

#F063DA
(240,99,218)
0 Favorites   0 Comments

Color spaces of #f063da

RGB 24099218
HSL0.860.820.66
HSV309°59°94°
CMYK 0.000.590.09   0.06
XYZ53.051932.510969.8088
Yxy32.51090.34150.2092
Hunter Lab57.018366.3007-32.6772
CIE-Lab63.762967.8722-34.9344

#f063da color RGB value is (240,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100011 11011010
Octal 360 143 332
Decimal 240 99 218
Hex F0 63 DA

RGB Percentages of Color #f063da

%43.09
%17.77
%39.14

CMYK Percentages of Color #f063da

%0
%59
%9
%6

Triadic Colors of #f063da

#f063da #daf063 #63daf0

Analogous Colors of #f063da

#f063da #f06394 #c063f0

Monochromatic Colors of #f063da

#f063da

Complementary Color

#f063da #63f079

#f063da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f063da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f063da Color CSS Codes

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

#f063da Text Font Color

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

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


#f063da Background Color

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

This div background color is #f063da


#f063da Border Color

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

This div border color is #f063da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f063da


Comments

No comments written yet.

Please login to write comment.