Color Hex Logo

#f039da Color Hex

#F039DA
(240,57,218)
0 Favorites   0 Comments

Color spaces of #f039da

RGB 24057218
HSL0.850.860.58
HSV307°76°94°
CMYK 0.000.760.09   0.06
XYZ50.053226.513568.8092
Yxy26.51350.34430.1824
Hunter Lab51.491383.4051-43.1870
CIE-Lab58.521382.5580-43.1446

#f039da color RGB value is (240,57,218).

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

The process color (four color CMYK) of #f039da color hex is 0.00, 0.76, 0.09, 0.06. Web safe color of #f039da is #ff33cc. Color #f039da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 11011010
Octal 360 71 332
Decimal 240 57 218
Hex F0 39 DA

RGB Percentages of Color #f039da

%46.60
%11.07
%42.33

CMYK Percentages of Color #f039da

%0
%76
%9
%6

Triadic Colors of #f039da

#f039da #daf039 #39daf0

Analogous Colors of #f039da

#f039da #f0397f #ab39f0

Monochromatic Colors of #f039da

#f039da

Complementary Color

#f039da #39f04f

#f039da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f039da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f039da Color CSS Codes

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

#f039da Text Font Color

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

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


#f039da Background Color

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

This div background color is #f039da


#f039da Border Color

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

This div border color is #f039da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f039da


Comments

No comments written yet.

Please login to write comment.