color codes Logo

#f650ed color codes

#F650ED
(246,80,237)
0 Favorites   0 Comments

Color spaces of #f650ed

RGB 24680237
HSL0.840.900.64
HSV303°67°96°
CMYK 0.000.670.04   0.04
XYZ56.160831.444683.2302
Yxy31.44460.32870.1841
Hunter Lab56.075580.6395-48.7485
CIE-Lab62.881279.5622-46.8657

#f650ed color RGB value is (246,80,237).

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

The process color (four color CMYK) of #f650ed color code is 0.00, 0.67, 0.04, 0.04. Web safe color of #f650ed is #ff66ff. Color #f650ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 11101101
Octal 366 120 355
Decimal 246 80 237
Hex F6 50 ED

RGB Percentages of Color #f650ed

%43.69
%14.21
%42.10

CMYK Percentages of Color #f650ed

%0
%67
%4
%4

Triadic Colors of #f650ed

#f650ed #edf650 #50edf6

Analogous Colors of #f650ed

#f650ed #f6509a #ac50f6

Monochromatic Colors of #f650ed

#f650ed

Complementary Color

#f650ed #50f659

#f650ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f650ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f650ed Color CSS Codes

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

#f650ed Text Font Color

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

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


#f650ed Background Color

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

This div background color is #f650ed


#f650ed Border Color

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

This div border color is #f650ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,80,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f650ed


Comments

No comments written yet.

Please login to write comment.