Color Hex Logo

#f051de Color Hex

#F051DE
(240,81,222)
0 Favorites   0 Comments

Color spaces of #f051de

RGB 24081222
HSL0.850.840.63
HSV307°66°94°
CMYK 0.000.660.08   0.06
XYZ52.062429.684172.0928
Yxy29.68410.33840.1930
Hunter Lab54.483175.2237-40.3152
CIE-Lab61.380775.5648-40.9024

#f051de color RGB value is (240,81,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 11011110
Octal 360 121 336
Decimal 240 81 222
Hex F0 51 DE

RGB Percentages of Color #f051de

%44.20
%14.92
%40.88

CMYK Percentages of Color #f051de

%0
%66
%8
%6

Triadic Colors of #f051de

#f051de #def051 #51def0

Analogous Colors of #f051de

#f051de #f0518f #b351f0

Monochromatic Colors of #f051de

#f051de

Complementary Color

#f051de #51f063

#f051de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051de Color CSS Codes

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

#f051de Text Font Color

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

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


#f051de Background Color

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

This div background color is #f051de


#f051de Border Color

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

This div border color is #f051de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051de

Related Colors


Comments

No comments written yet.

Please login to write comment.