Color Hex Logo

#6834eb Color Hex

#6834EB
(104,52,235)
0 Favorites   0 Comments

Color spaces of #6834eb

RGB 10452235
HSL0.710.820.56
HSV257°78°92°
CMYK 0.560.780.00   0.08
XYZ21.932311.397279.6412
Yxy11.39720.19410.1009
Hunter Lab33.759756.8845-116.2368
CIE-Lab40.241664.2593-83.2323

#6834eb color RGB value is (104,52,235).

#6834eb hex color red value is 104, green value is 52 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6834eb hue: 0.71 , saturation: 0.82 and the lightness value of 6834eb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110100 11101011
Octal 150 64 353
Decimal 104 52 235
Hex 68 34 EB

RGB Percentages of Color #6834eb

%26.60
%13.30
%60.10

CMYK Percentages of Color #6834eb

%56
%78
%0
%8

Triadic Colors of #6834eb

#6834eb #eb6834 #34eb68

Analogous Colors of #6834eb

#6834eb #c434eb #345ceb

Monochromatic Colors of #6834eb

#6834eb

Complementary Color

#6834eb #b7eb34

#6834eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6834eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6834eb Color CSS Codes

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

#6834eb Text Font Color

<p style="color:#6834eb">Text here</p>

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


#6834eb Background Color

<div style="background-color:#6834eb">
Div content here</div>

This div background color is #6834eb


#6834eb Border Color

<div style="border:3px solid #6834eb">
Div here</div>

This div border color is #6834eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6834eb


Comments

No comments written yet.

Please login to write comment.