Color Hex Logo

#f057da Color Hex

#F057DA
(240,87,218)
0 Favorites   0 Comments

Color spaces of #f057da

RGB 24087218
HSL0.860.840.64
HSV309°64°94°
CMYK 0.000.640.09   0.06
XYZ51.998330.403669.4575
Yxy30.40360.34240.2002
Hunter Lab55.139571.8372-36.0882
CIE-Lab62.000972.7235-37.6826

#f057da color RGB value is (240,87,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010111 11011010
Octal 360 127 332
Decimal 240 87 218
Hex F0 57 DA

RGB Percentages of Color #f057da

%44.04
%15.96
%40.00

CMYK Percentages of Color #f057da

%0
%64
%9
%6

Triadic Colors of #f057da

#f057da #daf057 #57daf0

Analogous Colors of #f057da

#f057da #f0578e #ba57f0

Monochromatic Colors of #f057da

#f057da

Complementary Color

#f057da #57f06d

#f057da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f057da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f057da Color CSS Codes

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

#f057da Text Font Color

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

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


#f057da Background Color

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

This div background color is #f057da


#f057da Border Color

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

This div border color is #f057da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f057da


Comments

No comments written yet.

Please login to write comment.