Color Hex Logo

#6a3b5d Color Hex

#6A3B5D
(106,59,93)
0 Favorites   0 Comments

Color spaces of #6a3b5d

RGB 1065993
HSL0.880.280.32
HSV317°44°42°
CMYK 0.000.440.12   0.58
XYZ9.48366.982411.2038
Yxy6.98240.34270.2523
Hunter Lab26.424217.8209-6.6418
CIE-Lab31.766826.0162-11.3633

#6a3b5d color RGB value is (106,59,93).

#6a3b5d hex color red value is 106, green value is 59 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6a3b5d hue: 0.88 , saturation: 0.28 and the lightness value of 6a3b5d is 0.32.

The process color (four color CMYK) of #6a3b5d color hex is 0.00, 0.44, 0.12, 0.58. Web safe color of #6a3b5d is #663366. Color #6a3b5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00111011 01011101
Octal 152 73 135
Decimal 106 59 93
Hex 6A 3B 5D

RGB Percentages of Color #6a3b5d

%41.09
%22.87
%36.05

CMYK Percentages of Color #6a3b5d

%0
%44
%12
%58

Triadic Colors of #6a3b5d

#6a3b5d #5d6a3b #3b5d6a

Analogous Colors of #6a3b5d

#6a3b5d #6a3b46 #603b6a

Monochromatic Colors of #6a3b5d

#6a3b5d

Complementary Color

#6a3b5d #3b6a48

#6a3b5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a3b5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a3b5d Color CSS Codes

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

#6a3b5d Text Font Color

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

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


#6a3b5d Background Color

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

This div background color is #6a3b5d


#6a3b5d Border Color

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

This div border color is #6a3b5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,59,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a3b5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a3b5d;
  -webkit-box-shadow: 1px 1px 3px 2px #6a3b5d;
  box-shadow:         1px 1px 3px 2px #6a3b5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,59,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a3b5d


Comments

No comments written yet.

Please login to write comment.