Color Hex Logo

#6a4ade Color Hex

#6A4ADE
(106,74,222)
0 Favorites   0 Comments

Color spaces of #6a4ade

RGB 10674222
HSL0.700.690.58
HSV253°67°87°
CMYK 0.520.670.00   0.13
XYZ21.577513.235770.5247
Yxy13.23570.20480.1256
Hunter Lab36.380942.2017-89.4676
CIE-Lab43.116350.2057-71.1196

#6a4ade color RGB value is (106,74,222).

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

The process color (four color CMYK) of #6a4ade color hex is 0.52, 0.67, 0.00, 0.13. Web safe color of #6a4ade is #6633cc. Color #6a4ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001010 11011110
Octal 152 112 336
Decimal 106 74 222
Hex 6A 4A DE

RGB Percentages of Color #6a4ade

%26.37
%18.41
%55.22

CMYK Percentages of Color #6a4ade

%52
%67
%0
%13

Triadic Colors of #6a4ade

#6a4ade #de6a4a #4ade6a

Analogous Colors of #6a4ade

#6a4ade #b44ade #4a74de

Monochromatic Colors of #6a4ade

#6a4ade

Complementary Color

#6a4ade #bede4a

#6a4ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4ade Color CSS Codes

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

#6a4ade Text Font Color

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

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


#6a4ade Background Color

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

This div background color is #6a4ade


#6a4ade Border Color

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

This div border color is #6a4ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,74,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a4ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4ade


Comments

No comments written yet.

Please login to write comment.