Color Hex Logo

#6638aa Color Hex

#6638AA
(102,56,170)
0 Favorites   0 Comments

Color spaces of #6638aa

RGB 10256170
HSL0.730.500.44
HSV264°67°67°
CMYK 0.400.670.00   0.33
XYZ14.14948.555438.9358
Yxy8.55540.22950.1388
Hunter Lab29.249635.1619-58.4495
CIE-Lab35.113844.6762-53.8307

#6638aa color RGB value is (102,56,170).

#6638aa hex color red value is 102, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6638aa hue: 0.73 , saturation: 0.50 and the lightness value of 6638aa is 0.44.

The process color (four color CMYK) of #6638aa color hex is 0.40, 0.67, 0.00, 0.33. Web safe color of #6638aa is #663399. Color #6638aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111000 10101010
Octal 146 70 252
Decimal 102 56 170
Hex 66 38 AA

RGB Percentages of Color #6638aa

%31.10
%17.07
%51.83

CMYK Percentages of Color #6638aa

%40
%67
%0
%33

Triadic Colors of #6638aa

#6638aa #aa6638 #38aa66

Analogous Colors of #6638aa

#6638aa #9f38aa #3843aa

Monochromatic Colors of #6638aa

#6638aa

Complementary Color

#6638aa #7caa38

#6638aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6638aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6638aa Color CSS Codes

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

#6638aa Text Font Color

<p style="color:#6638aa">Text here</p>

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


#6638aa Background Color

<div style="background-color:#6638aa">
Div content here</div>

This div background color is #6638aa


#6638aa Border Color

<div style="border:3px solid #6638aa">
Div here</div>

This div border color is #6638aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,56,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6638aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6638aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6638aa;
  box-shadow:         1px 1px 3px 2px #6638aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,56,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6638aa


Comments

No comments written yet.

Please login to write comment.