Color Hex Logo

#681cee Color Hex

#681CEE
(104,28,238)
0 Favorites   0 Comments

Color spaces of #681cee

RGB 10428238
HSL0.730.860.52
HSV262°88°93°
CMYK 0.560.880.00   0.07
XYZ21.55689.946681.6726
Yxy9.94660.19050.0879
Hunter Lab31.538266.8152-131.4629
CIE-Lab37.746473.2540-89.0535

#681cee color RGB value is (104,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 11101110
Octal 150 34 356
Decimal 104 28 238
Hex 68 1C EE

RGB Percentages of Color #681cee

%28.11
%7.57
%64.32

CMYK Percentages of Color #681cee

%56
%88
%0
%7

Triadic Colors of #681cee

#681cee #ee681c #1cee68

Analogous Colors of #681cee

#681cee #d11cee #1c39ee

Monochromatic Colors of #681cee

#681cee

Complementary Color

#681cee #a2ee1c

#681cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cee Color CSS Codes

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

#681cee Text Font Color

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

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


#681cee Background Color

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

This div background color is #681cee


#681cee Border Color

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

This div border color is #681cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cee


Comments

No comments written yet.

Please login to write comment.