Color Hex Logo

#6d3ace Color Hex

#6D3ACE
(109,58,206)
0 Favorites   0 Comments

Color spaces of #6d3ace

RGB 10958206
HSL0.720.600.52
HSV261°72°81°
CMYK 0.470.720.00   0.19
XYZ18.960310.733659.4650
Yxy10.73360.21270.1204
Hunter Lab32.762245.9687-84.6808
CIE-Lab39.128154.5286-68.4312

#6d3ace color RGB value is (109,58,206).

#6d3ace hex color red value is 109, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6d3ace hue: 0.72 , saturation: 0.60 and the lightness value of 6d3ace is 0.52.

The process color (four color CMYK) of #6d3ace color hex is 0.47, 0.72, 0.00, 0.19. Web safe color of #6d3ace is #6633cc. Color #6d3ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00111010 11001110
Octal 155 72 316
Decimal 109 58 206
Hex 6D 3A CE

RGB Percentages of Color #6d3ace

%29.22
%15.55
%55.23

CMYK Percentages of Color #6d3ace

%47
%72
%0
%19

Triadic Colors of #6d3ace

#6d3ace #ce6d3a #3ace6d

Analogous Colors of #6d3ace

#6d3ace #b73ace #3a51ce

Monochromatic Colors of #6d3ace

#6d3ace

Complementary Color

#6d3ace #9bce3a

#6d3ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d3ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d3ace Color CSS Codes

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

#6d3ace Text Font Color

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

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


#6d3ace Background Color

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

This div background color is #6d3ace


#6d3ace Border Color

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

This div border color is #6d3ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d3ace


Comments

No comments written yet.

Please login to write comment.