Color Hex Logo

#682bea Color Hex

#682BEA
(104,43,234)
0 Favorites   0 Comments

Color spaces of #682bea

RGB 10443234
HSL0.720.820.54
HSV259°82°92°
CMYK 0.560.820.00   0.08
XYZ21.424110.611378.7609
Yxy10.61130.19340.0958
Hunter Lab32.575060.3906-120.5508
CIE-Lab38.917967.5774-84.8480

#682bea color RGB value is (104,43,234).

#682bea hex color red value is 104, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #682bea hue: 0.72 , saturation: 0.82 and the lightness value of 682bea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101011 11101010
Octal 150 53 352
Decimal 104 43 234
Hex 68 2B EA

RGB Percentages of Color #682bea

%27.30
%11.29
%61.42

CMYK Percentages of Color #682bea

%56
%82
%0
%8

Triadic Colors of #682bea

#682bea #ea682b #2bea68

Analogous Colors of #682bea

#682bea #c82bea #2b4eea

Monochromatic Colors of #682bea

#682bea

Complementary Color

#682bea #adea2b

#682bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#682bea Color CSS Codes

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

#682bea Text Font Color

<p style="color:#682bea">Text here</p>

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


#682bea Background Color

<div style="background-color:#682bea">
Div content here</div>

This div background color is #682bea


#682bea Border Color

<div style="border:3px solid #682bea">
Div here</div>

This div border color is #682bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682bea


Comments

No comments written yet.

Please login to write comment.