Color Hex Logo

#6846eb Color Hex

#6846EB
(104,70,235)
0 Favorites   0 Comments

Color spaces of #6846eb

RGB 10470235
HSL0.700.800.60
HSV252°70°92°
CMYK 0.560.700.00   0.08
XYZ22.894513.321579.9619
Yxy13.32150.19710.1147
Hunter Lab36.498648.0951-104.3446
CIE-Lab43.243755.7398-78.2977

#6846eb color RGB value is (104,70,235).

#6846eb hex color red value is 104, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6846eb hue: 0.70 , saturation: 0.80 and the lightness value of 6846eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000110 11101011
Octal 150 106 353
Decimal 104 70 235
Hex 68 46 EB

RGB Percentages of Color #6846eb

%25.43
%17.11
%57.46

CMYK Percentages of Color #6846eb

%56
%70
%0
%8

Triadic Colors of #6846eb

#6846eb #eb6846 #46eb68

Analogous Colors of #6846eb

#6846eb #bb46eb #4677eb

Monochromatic Colors of #6846eb

#6846eb

Complementary Color

#6846eb #c9eb46

#6846eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6846eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6846eb Color CSS Codes

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

#6846eb Text Font Color

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

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


#6846eb Background Color

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

This div background color is #6846eb


#6846eb Border Color

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

This div border color is #6846eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6846eb


Comments

No comments written yet.

Please login to write comment.