Color Hex Logo

#f051da Color Hex

#F051DA
(240,81,218)
0 Favorites   0 Comments

Color spaces of #f051da

RGB 24081218
HSL0.860.840.63
HSV308°66°94°
CMYK 0.000.660.09   0.06
XYZ51.532529.472169.3023
Yxy29.47210.34280.1961
Hunter Lab54.288274.4348-37.6856
CIE-Lab61.196074.9681-38.9420

#f051da color RGB value is (240,81,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 11011010
Octal 360 121 332
Decimal 240 81 218
Hex F0 51 DA

RGB Percentages of Color #f051da

%44.53
%15.03
%40.45

CMYK Percentages of Color #f051da

%0
%66
%9
%6

Triadic Colors of #f051da

#f051da #daf051 #51daf0

Analogous Colors of #f051da

#f051da #f0518b #b751f0

Monochromatic Colors of #f051da

#f051da

Complementary Color

#f051da #51f067

#f051da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051da Color CSS Codes

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

#f051da Text Font Color

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

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


#f051da Background Color

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

This div background color is #f051da


#f051da Border Color

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

This div border color is #f051da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051da


Comments

No comments written yet.

Please login to write comment.