Color Hex Logo

#6a1d5f Color Hex

#6A1D5F
(106,29,95)
0 Favorites   0 Comments

Color spaces of #6a1d5f

RGB 1062995
HSL0.860.570.26
HSV309°73°42°
CMYK 0.000.730.10   0.58
XYZ8.44884.769111.3017
Yxy4.76910.34460.1945
Hunter Lab21.838330.8412-15.3969
CIE-Lab26.066541.8246-21.4636

#6a1d5f color RGB value is (106,29,95).

#6a1d5f hex color red value is 106, green value is 29 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6a1d5f hue: 0.86 , saturation: 0.57 and the lightness value of 6a1d5f is 0.26.

The process color (four color CMYK) of #6a1d5f color hex is 0.00, 0.73, 0.10, 0.58. Web safe color of #6a1d5f is #663366. Color #6a1d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00011101 01011111
Octal 152 35 137
Decimal 106 29 95
Hex 6A 1D 5F

RGB Percentages of Color #6a1d5f

%46.09
%12.61
%41.30

CMYK Percentages of Color #6a1d5f

%0
%73
%10
%58

Triadic Colors of #6a1d5f

#6a1d5f #5f6a1d #1d5f6a

Analogous Colors of #6a1d5f

#6a1d5f #6a1d39 #4e1d6a

Monochromatic Colors of #6a1d5f

#6a1d5f

Complementary Color

#6a1d5f #1d6a28

#6a1d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a1d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a1d5f Color CSS Codes

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

#6a1d5f Text Font Color

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

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


#6a1d5f Background Color

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

This div background color is #6a1d5f


#6a1d5f Border Color

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

This div border color is #6a1d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a1d5f


Comments

No comments written yet.

Please login to write comment.