Color Hex Logo

#681eeb Color Hex

#681EEB
(104,30,235)
0 Favorites   0 Comments

Color spaces of #681eeb

RGB 10430235
HSL0.730.840.52
HSV262°87°92°
CMYK 0.560.870.00   0.08
XYZ21.16869.869879.3866
Yxy9.86980.19170.0894
Hunter Lab31.416265.2968-127.8302
CIE-Lab37.607772.0103-87.5811

#681eeb color RGB value is (104,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011110 11101011
Octal 150 36 353
Decimal 104 30 235
Hex 68 1E EB

RGB Percentages of Color #681eeb

%28.18
%8.13
%63.69

CMYK Percentages of Color #681eeb

%56
%87
%0
%8

Triadic Colors of #681eeb

#681eeb #eb681e #1eeb68

Analogous Colors of #681eeb

#681eeb #cf1eeb #1e3aeb

Monochromatic Colors of #681eeb

#681eeb

Complementary Color

#681eeb #a1eb1e

#681eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#681eeb Color CSS Codes

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

#681eeb Text Font Color

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

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


#681eeb Background Color

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

This div background color is #681eeb


#681eeb Border Color

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

This div border color is #681eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681eeb


Comments

No comments written yet.

Please login to write comment.