Color Hex Logo

#f680ec Color Hex

#F680EC
(246,128,236)
0 Favorites   0 Comments

Color spaces of #f680ec

RGB 246128236
HSL0.850.870.73
HSV305°48°96°
CMYK 0.000.480.04   0.04
XYZ60.865541.087384.0796
Yxy41.08730.32720.2209
Hunter Lab64.099457.3206-32.9015
CIE-Lab70.237059.2592-34.8031

#f680ec color RGB value is (246,128,236).

#f680ec hex color red value is 246, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f680ec hue: 0.85 , saturation: 0.87 and the lightness value of f680ec is 0.73.

The process color (four color CMYK) of #f680ec color hex is 0.00, 0.48, 0.04, 0.04. Web safe color of #f680ec is #ff99ff. Color #f680ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 11101100
Octal 366 200 354
Decimal 246 128 236
Hex F6 80 EC

RGB Percentages of Color #f680ec

%40.33
%20.98
%38.69

CMYK Percentages of Color #f680ec

%0
%48
%4
%4

Triadic Colors of #f680ec

#f680ec #ecf680 #80ecf6

Analogous Colors of #f680ec

#f680ec #f680b1 #c580f6

Monochromatic Colors of #f680ec

#f680ec

Complementary Color

#f680ec #80f68a

#f680ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f680ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f680ec Color CSS Codes

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

#f680ec Text Font Color

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

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


#f680ec Background Color

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

This div background color is #f680ec


#f680ec Border Color

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

This div border color is #f680ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f680ec


Comments

No comments written yet.

Please login to write comment.