Color Hex Logo

#6838aa Color Hex

#6838AA
(104,56,170)
0 Favorites   0 Comments

Color spaces of #6838aa

RGB 10456170
HSL0.740.500.44
HSV265°67°67°
CMYK 0.390.670.00   0.33
XYZ14.37888.673738.9466
Yxy8.67370.23190.1399
Hunter Lab29.451135.6087-57.7901
CIE-Lab35.348345.0898-53.4395

#6838aa color RGB value is (104,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111000 10101010
Octal 150 70 252
Decimal 104 56 170
Hex 68 38 AA

RGB Percentages of Color #6838aa

%31.52
%16.97
%51.52

CMYK Percentages of Color #6838aa

%39
%67
%0
%33

Triadic Colors of #6838aa

#6838aa #aa6838 #38aa68

Analogous Colors of #6838aa

#6838aa #a138aa #3841aa

Monochromatic Colors of #6838aa

#6838aa

Complementary Color

#6838aa #7aaa38

#6838aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6838aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6838aa Color CSS Codes

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

#6838aa Text Font Color

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

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


#6838aa Background Color

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

This div background color is #6838aa


#6838aa Border Color

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

This div border color is #6838aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,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 #6838aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6838aa


Comments

No comments written yet.

Please login to write comment.