Color Hex Logo

#681fea Color Hex

#681FEA
(104,31,234)
0 Favorites   0 Comments

Color spaces of #681fea

RGB 10431234
HSL0.730.830.52
HSV262°87°92°
CMYK 0.560.870.00   0.08
XYZ21.05029.863578.6363
Yxy9.86350.19220.0900
Hunter Lab31.406264.6798-126.4687
CIE-Lab37.596371.4934-87.0319

#681fea color RGB value is (104,31,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11101010
Octal 150 37 352
Decimal 104 31 234
Hex 68 1F EA

RGB Percentages of Color #681fea

%28.18
%8.40
%63.41

CMYK Percentages of Color #681fea

%56
%87
%0
%8

Triadic Colors of #681fea

#681fea #ea681f #1fea68

Analogous Colors of #681fea

#681fea #ce1fea #1f3bea

Monochromatic Colors of #681fea

#681fea

Complementary Color

#681fea #a1ea1f

#681fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#681fea Color CSS Codes

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

#681fea Text Font Color

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

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


#681fea Background Color

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

This div background color is #681fea


#681fea Border Color

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

This div border color is #681fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681fea


Comments

No comments written yet.

Please login to write comment.