Color Hex Logo

#6c3492 Color Hex

#6C3492
(108,52,146)
0 Favorites   0 Comments

Color spaces of #6c3492

RGB 10852146
HSL0.770.470.39
HSV276°64°57°
CMYK 0.260.640.00   0.43
XYZ12.60067.719528.0200
Yxy7.71950.26070.1597
Hunter Lab27.784032.3314-40.3448
CIE-Lab33.391742.0541-42.0552

#6c3492 color RGB value is (108,52,146).

#6c3492 hex color red value is 108, green value is 52 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #6c3492 hue: 0.77 , saturation: 0.47 and the lightness value of 6c3492 is 0.39.

The process color (four color CMYK) of #6c3492 color hex is 0.26, 0.64, 0.00, 0.43. Web safe color of #6c3492 is #663399. Color #6c3492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00110100 10010010
Octal 154 64 222
Decimal 108 52 146
Hex 6C 34 92

RGB Percentages of Color #6c3492

%35.29
%16.99
%47.71

CMYK Percentages of Color #6c3492

%26
%64
%0
%43

Triadic Colors of #6c3492

#6c3492 #926c34 #34926c

Analogous Colors of #6c3492

#6c3492 #923489 #3d3492

Monochromatic Colors of #6c3492

#6c3492

Complementary Color

#6c3492 #5a9234

#6c3492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c3492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c3492 Color CSS Codes

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

#6c3492 Text Font Color

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

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


#6c3492 Background Color

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

This div background color is #6c3492


#6c3492 Border Color

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

This div border color is #6c3492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c3492


Comments

No comments written yet.

Please login to write comment.