Color Hex Logo

#6d2196 Color Hex

#6D2196
(109,33,150)
0 Favorites   0 Comments

Color spaces of #6d2196

RGB 10933150
HSL0.770.640.36
HSV279°78°59°
CMYK 0.270.780.00   0.41
XYZ12.35566.540929.4655
Yxy6.54090.25550.1352
Hunter Lab25.575241.4784-50.4061
CIE-Lab30.738051.8293-48.7815

#6d2196 color RGB value is (109,33,150).

#6d2196 hex color red value is 109, green value is 33 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #6d2196 hue: 0.77 , saturation: 0.64 and the lightness value of 6d2196 is 0.36.

The process color (four color CMYK) of #6d2196 color hex is 0.27, 0.78, 0.00, 0.41. Web safe color of #6d2196 is #663399. Color #6d2196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100001 10010110
Octal 155 41 226
Decimal 109 33 150
Hex 6D 21 96

RGB Percentages of Color #6d2196

%37.33
%11.30
%51.37

CMYK Percentages of Color #6d2196

%27
%78
%0
%41

Triadic Colors of #6d2196

#6d2196 #966d21 #21966d

Analogous Colors of #6d2196

#6d2196 #962185 #322196

Monochromatic Colors of #6d2196

#6d2196

Complementary Color

#6d2196 #4a9621

#6d2196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d2196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d2196 Color CSS Codes

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

#6d2196 Text Font Color

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

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


#6d2196 Background Color

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

This div background color is #6d2196


#6d2196 Border Color

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

This div border color is #6d2196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,33,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d2196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d2196;
  -webkit-box-shadow: 1px 1px 3px 2px #6d2196;
  box-shadow:         1px 1px 3px 2px #6d2196; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,33,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d2196


Comments

No comments written yet.

Please login to write comment.