Color Hex Logo

#6c1aae Color Hex

#6C1AAE
(108,26,174)
0 Favorites   0 Comments

Color spaces of #6c1aae

RGB 10826174
HSL0.760.740.39
HSV273°85°68°
CMYK 0.380.850.00   0.32
XYZ14.19376.982940.6441
Yxy6.98290.22960.1130
Hunter Lab26.425249.6333-72.6953
CIE-Lab31.767959.3742-61.6459

#6c1aae color RGB value is (108,26,174).

#6c1aae hex color red value is 108, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6c1aae hue: 0.76 , saturation: 0.74 and the lightness value of 6c1aae is 0.39.

The process color (four color CMYK) of #6c1aae color hex is 0.38, 0.85, 0.00, 0.32. Web safe color of #6c1aae is #663399. Color #6c1aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00011010 10101110
Octal 154 32 256
Decimal 108 26 174
Hex 6C 1A AE

RGB Percentages of Color #6c1aae

%35.06
%8.44
%56.49

CMYK Percentages of Color #6c1aae

%38
%85
%0
%32

Triadic Colors of #6c1aae

#6c1aae #ae6c1a #1aae6c

Analogous Colors of #6c1aae

#6c1aae #ae1aa6 #221aae

Monochromatic Colors of #6c1aae

#6c1aae

Complementary Color

#6c1aae #5cae1a

#6c1aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c1aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c1aae Color CSS Codes

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

#6c1aae Text Font Color

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

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


#6c1aae Background Color

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

This div background color is #6c1aae


#6c1aae Border Color

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

This div border color is #6c1aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,26,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c1aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c1aae;
  -webkit-box-shadow: 1px 1px 3px 2px #6c1aae;
  box-shadow:         1px 1px 3px 2px #6c1aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,26,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c1aae


Comments

No comments written yet.

Please login to write comment.