Color Hex Logo

#6611ae Color Hex

#6611AE
(102,17,174)
0 Favorites   0 Comments

Color spaces of #6611ae

RGB 10217174
HSL0.760.820.37
HSV272°90°68°
CMYK 0.410.900.00   0.32
XYZ13.31996.281740.5548
Yxy6.28170.22140.1044
Hunter Lab25.063351.0030-78.3925
CIE-Lab30.112360.9513-64.3949

#6611ae color RGB value is (102,17,174).

#6611ae hex color red value is 102, green value is 17 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6611ae hue: 0.76 , saturation: 0.82 and the lightness value of 6611ae is 0.37.

The process color (four color CMYK) of #6611ae color hex is 0.41, 0.90, 0.00, 0.32. Web safe color of #6611ae is #660099. Color #6611ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010001 10101110
Octal 146 21 256
Decimal 102 17 174
Hex 66 11 AE

RGB Percentages of Color #6611ae

%34.81
%5.80
%59.39

CMYK Percentages of Color #6611ae

%41
%90
%0
%32

Triadic Colors of #6611ae

#6611ae #ae6611 #11ae66

Analogous Colors of #6611ae

#6611ae #ae11a8 #1811ae

Monochromatic Colors of #6611ae

#6611ae

Complementary Color

#6611ae #59ae11

#6611ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6611ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6611ae Color CSS Codes

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

#6611ae Text Font Color

<p style="color:#6611ae">Text here</p>

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


#6611ae Background Color

<div style="background-color:#6611ae">
Div content here</div>

This div background color is #6611ae


#6611ae Border Color

<div style="border:3px solid #6611ae">
Div here</div>

This div border color is #6611ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,17,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6611ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6611ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6611ae;
  box-shadow:         1px 1px 3px 2px #6611ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,17,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 #6611ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6611ae


Comments

No comments written yet.

Please login to write comment.