Color Hex Logo

#680fee Color Hex

#680FEE
(104,15,238)
0 Favorites   0 Comments

Color spaces of #680fee

RGB 10415238
HSL0.730.880.50
HSV264°94°93°
CMYK 0.560.940.00   0.07
XYZ21.31249.457881.5912
Yxy9.45780.18970.0842
Hunter Lab30.753569.8830-135.7729
CIE-Lab36.851275.9560-90.5366

#680fee color RGB value is (104,15,238).

#680fee hex color red value is 104, green value is 15 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #680fee hue: 0.73 , saturation: 0.88 and the lightness value of 680fee is 0.50.

The process color (four color CMYK) of #680fee color hex is 0.56, 0.94, 0.00, 0.07. Web safe color of #680fee is #6600ff. Color #680fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 11101110
Octal 150 17 356
Decimal 104 15 238
Hex 68 F EE

RGB Percentages of Color #680fee

%29.13
%4.20
%66.67

CMYK Percentages of Color #680fee

%56
%94
%0
%7

Triadic Colors of #680fee

#680fee #ee680f #0fee68

Analogous Colors of #680fee

#680fee #d80fee #0f25ee

Monochromatic Colors of #680fee

#680fee

Complementary Color

#680fee #95ee0f

#680fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#680fee Color CSS Codes

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

#680fee Text Font Color

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

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


#680fee Background Color

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

This div background color is #680fee


#680fee Border Color

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

This div border color is #680fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,15,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #680fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #680fee;
  -webkit-box-shadow: 1px 1px 3px 2px #680fee;
  box-shadow:         1px 1px 3px 2px #680fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,15,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680fee


Comments

No comments written yet.

Please login to write comment.