Color Hex Logo

#6a4aeb Color Hex

#6A4AEB
(106,74,235)
0 Favorites   0 Comments

Color spaces of #6a4aeb

RGB 10674235
HSL0.700.800.61
HSV252°69°92°
CMYK 0.550.690.00   0.08
XYZ23.388013.959980.0591
Yxy13.95990.19920.1189
Hunter Lab37.362946.3501-100.8890
CIE-Lab44.175453.9435-76.7645

#6a4aeb color RGB value is (106,74,235).

#6a4aeb hex color red value is 106, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6a4aeb hue: 0.70 , saturation: 0.80 and the lightness value of 6a4aeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001010 11101011
Octal 152 112 353
Decimal 106 74 235
Hex 6A 4A EB

RGB Percentages of Color #6a4aeb

%25.54
%17.83
%56.63

CMYK Percentages of Color #6a4aeb

%55
%69
%0
%8

Triadic Colors of #6a4aeb

#6a4aeb #eb6a4a #4aeb6a

Analogous Colors of #6a4aeb

#6a4aeb #bb4aeb #4a7beb

Monochromatic Colors of #6a4aeb

#6a4aeb

Complementary Color

#6a4aeb #cbeb4a

#6a4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4aeb Color CSS Codes

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

#6a4aeb Text Font Color

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

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


#6a4aeb Background Color

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

This div background color is #6a4aeb


#6a4aeb Border Color

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

This div border color is #6a4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4aeb


Comments

No comments written yet.

Please login to write comment.