Color Hex Logo

#6a0dc1 Color Hex

#6A0DC1
(106,13,193)
0 Favorites   0 Comments

Color spaces of #6a0dc1

RGB 10613193
HSL0.750.870.40
HSV271°93°76°
CMYK 0.450.930.00   0.24
XYZ15.71347.202351.0141
Yxy7.20230.21250.0974
Hunter Lab26.837157.5487-93.9172
CIE-Lab32.263166.3883-72.1242

#6a0dc1 color RGB value is (106,13,193).

#6a0dc1 hex color red value is 106, green value is 13 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #6a0dc1 hue: 0.75 , saturation: 0.87 and the lightness value of 6a0dc1 is 0.40.

The process color (four color CMYK) of #6a0dc1 color hex is 0.45, 0.93, 0.00, 0.24. Web safe color of #6a0dc1 is #6600cc. Color #6a0dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00001101 11000001
Octal 152 15 301
Decimal 106 13 193
Hex 6A D C1

RGB Percentages of Color #6a0dc1

%33.97
%4.17
%61.86

CMYK Percentages of Color #6a0dc1

%45
%93
%0
%24

Triadic Colors of #6a0dc1

#6a0dc1 #c16a0d #0dc16a

Analogous Colors of #6a0dc1

#6a0dc1 #c10dbe #100dc1

Monochromatic Colors of #6a0dc1

#6a0dc1

Complementary Color

#6a0dc1 #64c10d

#6a0dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0dc1 Color CSS Codes

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

#6a0dc1 Text Font Color

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

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


#6a0dc1 Background Color

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

This div background color is #6a0dc1


#6a0dc1 Border Color

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

This div border color is #6a0dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a0dc1


Comments

No comments written yet.

Please login to write comment.