Color Hex Logo

#f680ef Color Hex

#F680EF
(246,128,239)
0 Favorites   0 Comments

Color spaces of #f680ef

RGB 246128239
HSL0.840.870.73
HSV304°48°96°
CMYK 0.000.480.03   0.04
XYZ61.305241.263286.3948
Yxy41.26320.32440.2184
Hunter Lab64.236457.9409-34.7766
CIE-Lab70.359959.7648-36.2602

#f680ef color RGB value is (246,128,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 11101111
Octal 366 200 357
Decimal 246 128 239
Hex F6 80 EF

RGB Percentages of Color #f680ef

%40.13
%20.88
%38.99

CMYK Percentages of Color #f680ef

%0
%48
%3
%4

Triadic Colors of #f680ef

#f680ef #eff680 #80eff6

Analogous Colors of #f680ef

#f680ef #f680b4 #c280f6

Monochromatic Colors of #f680ef

#f680ef

Complementary Color

#f680ef #80f687

#f680ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f680ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f680ef Color CSS Codes

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

#f680ef Text Font Color

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

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


#f680ef Background Color

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

This div background color is #f680ef


#f680ef Border Color

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

This div border color is #f680ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f680ef


Comments

No comments written yet.

Please login to write comment.