Color Hex Logo

#6a21eb Color Hex

#6A21EB
(106,33,235)
0 Favorites   0 Comments

Color spaces of #6a21eb

RGB 10633235
HSL0.730.830.53
HSV262°86°92°
CMYK 0.550.860.00   0.08
XYZ21.483110.150079.4241
Yxy10.15000.19340.0914
Hunter Lab31.859164.6122-125.5076
CIE-Lab38.110371.3376-86.7429

#6a21eb color RGB value is (106,33,235).

#6a21eb hex color red value is 106, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6a21eb hue: 0.73 , saturation: 0.83 and the lightness value of 6a21eb is 0.53.

The process color (four color CMYK) of #6a21eb color hex is 0.55, 0.86, 0.00, 0.08. Web safe color of #6a21eb is #6633ff. Color #6a21eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00100001 11101011
Octal 152 41 353
Decimal 106 33 235
Hex 6A 21 EB

RGB Percentages of Color #6a21eb

%28.34
%8.82
%62.83

CMYK Percentages of Color #6a21eb

%55
%86
%0
%8

Triadic Colors of #6a21eb

#6a21eb #eb6a21 #21eb6a

Analogous Colors of #6a21eb

#6a21eb #cf21eb #213deb

Monochromatic Colors of #6a21eb

#6a21eb

Complementary Color

#6a21eb #a2eb21

#6a21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a21eb Color CSS Codes

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

#6a21eb Text Font Color

<p style="color:#6a21eb">Text here</p>

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


#6a21eb Background Color

<div style="background-color:#6a21eb">
Div content here</div>

This div background color is #6a21eb


#6a21eb Border Color

<div style="border:3px solid #6a21eb">
Div here</div>

This div border color is #6a21eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,33,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a21eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a21eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a21eb;
  box-shadow:         1px 1px 3px 2px #6a21eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,33,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 #6a21eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a21eb


Comments

No comments written yet.

Please login to write comment.