Color Hex Logo

#680cee Color Hex

#680CEE
(104,12,238)
0 Favorites   0 Comments

Color spaces of #680cee

RGB 10412238
HSL0.730.900.49
HSV264°95°93°
CMYK 0.560.950.00   0.07
XYZ21.27309.379081.5780
Yxy9.37900.18950.0836
Hunter Lab30.625270.3966-136.4966
CIE-Lab36.704076.4032-90.7806

#680cee color RGB value is (104,12,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001100 11101110
Octal 150 14 356
Decimal 104 12 238
Hex 68 C EE

RGB Percentages of Color #680cee

%29.38
%3.39
%67.23

CMYK Percentages of Color #680cee

%56
%95
%0
%7

Triadic Colors of #680cee

#680cee #ee680c #0cee68

Analogous Colors of #680cee

#680cee #d90cee #0c21ee

Monochromatic Colors of #680cee

#680cee

Complementary Color

#680cee #92ee0c

#680cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#680cee Color CSS Codes

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

#680cee Text Font Color

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

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


#680cee Background Color

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

This div background color is #680cee


#680cee Border Color

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

This div border color is #680cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,12,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 #680cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680cee


Comments

No comments written yet.

Please login to write comment.