Color Hex Logo

#681ceb Color Hex

#681CEB
(104,28,235)
0 Favorites   0 Comments

Color spaces of #681ceb

RGB 10428235
HSL0.730.840.52
HSV262°88°92°
CMYK 0.560.880.00   0.08
XYZ21.11969.771779.3703
Yxy9.77170.19150.0886
Hunter Lab31.259765.8931-128.6591
CIE-Lab37.429572.5444-87.8760

#681ceb color RGB value is (104,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 11101011
Octal 150 34 353
Decimal 104 28 235
Hex 68 1C EB

RGB Percentages of Color #681ceb

%28.34
%7.63
%64.03

CMYK Percentages of Color #681ceb

%56
%88
%0
%8

Triadic Colors of #681ceb

#681ceb #eb681c #1ceb68

Analogous Colors of #681ceb

#681ceb #d01ceb #1c38eb

Monochromatic Colors of #681ceb

#681ceb

Complementary Color

#681ceb #9feb1c

#681ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#681ceb Color CSS Codes

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

#681ceb Text Font Color

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

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


#681ceb Background Color

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

This div background color is #681ceb


#681ceb Border Color

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

This div border color is #681ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681ceb


Comments

No comments written yet.

Please login to write comment.