Color Hex Logo

#6d20eb Color Hex

#6D20EB
(109,32,235)
0 Favorites   0 Comments

Color spaces of #6d20eb

RGB 10932235
HSL0.730.840.52
HSV263°86°92°
CMYK 0.540.860.00   0.08
XYZ21.818610.282479.4320
Yxy10.28240.19560.0922
Hunter Lab32.066265.3399-124.4225
CIE-Lab38.344671.9052-86.3450

#6d20eb color RGB value is (109,32,235).

#6d20eb hex color red value is 109, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6d20eb hue: 0.73 , saturation: 0.84 and the lightness value of 6d20eb is 0.52.

The process color (four color CMYK) of #6d20eb color hex is 0.54, 0.86, 0.00, 0.08. Web safe color of #6d20eb is #6633ff. Color #6d20eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100000 11101011
Octal 155 40 353
Decimal 109 32 235
Hex 6D 20 EB

RGB Percentages of Color #6d20eb

%28.99
%8.51
%62.50

CMYK Percentages of Color #6d20eb

%54
%86
%0
%8

Triadic Colors of #6d20eb

#6d20eb #eb6d20 #20eb6d

Analogous Colors of #6d20eb

#6d20eb #d320eb #2038eb

Monochromatic Colors of #6d20eb

#6d20eb

Complementary Color

#6d20eb #9eeb20

#6d20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d20eb Color CSS Codes

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

#6d20eb Text Font Color

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

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


#6d20eb Background Color

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

This div background color is #6d20eb


#6d20eb Border Color

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

This div border color is #6d20eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,32,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d20eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d20eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6d20eb;
  box-shadow:         1px 1px 3px 2px #6d20eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,32,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d20eb


Comments

No comments written yet.

Please login to write comment.