Color Hex Logo

#6a0def Color Hex

#6A0DEF
(106,13,239)
0 Favorites   0 Comments

Color spaces of #6a0def

RGB 10613239
HSL0.740.900.49
HSV265°95°94°
CMYK 0.560.950.00   0.06
XYZ21.66789.584082.3692
Yxy9.58400.19070.0844
Hunter Lab30.958070.7571-136.0807
CIE-Lab37.085276.6264-90.7087

#6a0def color RGB value is (106,13,239).

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

The process color (four color CMYK) of #6a0def color hex is 0.56, 0.95, 0.00, 0.06. Web safe color of #6a0def is #6600ff. Color #6a0def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00001101 11101111
Octal 152 15 357
Decimal 106 13 239
Hex 6A D EF

RGB Percentages of Color #6a0def

%29.61
%3.63
%66.76

CMYK Percentages of Color #6a0def

%56
%95
%0
%6

Triadic Colors of #6a0def

#6a0def #ef6a0d #0def6a

Analogous Colors of #6a0def

#6a0def #db0def #0d21ef

Monochromatic Colors of #6a0def

#6a0def

Complementary Color

#6a0def #92ef0d

#6a0def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0def Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0def Color CSS Codes

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

#6a0def Text Font Color

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

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


#6a0def Background Color

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

This div background color is #6a0def


#6a0def Border Color

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

This div border color is #6a0def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a0def

#6a0def Color Palettes


Comments

No comments written yet.

Please login to write comment.