Color Hex Logo

#f650de Color Hex

#F650DE
(246,80,222)
0 Favorites   0 Comments

Color spaces of #f650de

RGB 24680222
HSL0.860.900.64
HSV309°67°96°
CMYK 0.000.670.10   0.04
XYZ54.059530.604172.1652
Yxy30.60410.34470.1951
Hunter Lab55.321077.6180-38.6180
CIE-Lab62.172077.3196-39.5964

#f650de color RGB value is (246,80,222).

#f650de hex color red value is 246, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f650de hue: 0.86 , saturation: 0.90 and the lightness value of f650de is 0.64.

The process color (four color CMYK) of #f650de color hex is 0.00, 0.67, 0.10, 0.04. Web safe color of #f650de is #ff66cc. Color #f650de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 11011110
Octal 366 120 336
Decimal 246 80 222
Hex F6 50 DE

RGB Percentages of Color #f650de

%44.89
%14.60
%40.51

CMYK Percentages of Color #f650de

%0
%67
%10
%4

Triadic Colors of #f650de

#f650de #def650 #50def6

Analogous Colors of #f650de

#f650de #f6508b #bb50f6

Monochromatic Colors of #f650de

#f650de

Complementary Color

#f650de #50f668

#f650de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f650de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f650de Color CSS Codes

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

#f650de Text Font Color

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

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


#f650de Background Color

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

This div background color is #f650de


#f650de Border Color

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

This div border color is #f650de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f650de


Comments

No comments written yet.

Please login to write comment.