Color Hex Logo

#6a0bd6 Color Hex

#6A0BD6
(106,11,214)
0 Favorites   0 Comments

Color spaces of #6a0bd6

RGB 10611214
HSL0.740.900.44
HSV268°95°84°
CMYK 0.500.950.00   0.16
XYZ18.20118.158664.2338
Yxy8.15860.20090.0901
Hunter Lab28.563363.7582-113.3386
CIE-Lab34.311071.3393-80.9947

#6a0bd6 color RGB value is (106,11,214).

#6a0bd6 hex color red value is 106, green value is 11 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #6a0bd6 hue: 0.74 , saturation: 0.90 and the lightness value of 6a0bd6 is 0.44.

The process color (four color CMYK) of #6a0bd6 color hex is 0.50, 0.95, 0.00, 0.16. Web safe color of #6a0bd6 is #6600cc. Color #6a0bd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00001011 11010110
Octal 152 13 326
Decimal 106 11 214
Hex 6A B D6

RGB Percentages of Color #6a0bd6

%32.02
%3.32
%64.65

CMYK Percentages of Color #6a0bd6

%50
%95
%0
%16

Triadic Colors of #6a0bd6

#6a0bd6 #d66a0b #0bd66a

Analogous Colors of #6a0bd6

#6a0bd6 #d00bd6 #0b12d6

Monochromatic Colors of #6a0bd6

#6a0bd6

Complementary Color

#6a0bd6 #77d60b

#6a0bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0bd6 Color CSS Codes

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

#6a0bd6 Text Font Color

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

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


#6a0bd6 Background Color

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

This div background color is #6a0bd6


#6a0bd6 Border Color

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

This div border color is #6a0bd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a0bd6


Comments

No comments written yet.

Please login to write comment.