Color Hex Logo

#681aed Color Hex

#681AED
(104,26,237)
0 Favorites   0 Comments

Color spaces of #681aed

RGB 10426237
HSL0.730.850.52
HSV262°89°93°
CMYK 0.560.890.00   0.07
XYZ21.36449.796380.8856
Yxy9.79630.19070.0874
Hunter Lab31.299067.0689-131.3128
CIE-Lab37.474373.5169-88.9370

#681aed color RGB value is (104,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011010 11101101
Octal 150 32 355
Decimal 104 26 237
Hex 68 1A ED

RGB Percentages of Color #681aed

%28.34
%7.08
%64.58

CMYK Percentages of Color #681aed

%56
%89
%0
%7

Triadic Colors of #681aed

#681aed #ed681a #1aed68

Analogous Colors of #681aed

#681aed #d21aed #1a36ed

Monochromatic Colors of #681aed

#681aed

Complementary Color

#681aed #9fed1a

#681aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#681aed Color CSS Codes

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

#681aed Text Font Color

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

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


#681aed Background Color

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

This div background color is #681aed


#681aed Border Color

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

This div border color is #681aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681aed


Comments

No comments written yet.

Please login to write comment.