Color Hex Logo

#6d16ce Color Hex

#6D16CE
(109,22,206)
0 Favorites   0 Comments

Color spaces of #6d16ce

RGB 10922206
HSL0.750.810.45
HSV268°89°81°
CMYK 0.470.890.00   0.19
XYZ17.73428.281359.0563
Yxy8.28130.20850.0973
Hunter Lab28.777259.6418-101.5301
CIE-Lab34.562067.7719-75.9284

#6d16ce color RGB value is (109,22,206).

#6d16ce hex color red value is 109, green value is 22 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6d16ce hue: 0.75 , saturation: 0.81 and the lightness value of 6d16ce is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010110 11001110
Octal 155 26 316
Decimal 109 22 206
Hex 6D 16 CE

RGB Percentages of Color #6d16ce

%32.34
%6.53
%61.13

CMYK Percentages of Color #6d16ce

%47
%89
%0
%19

Triadic Colors of #6d16ce

#6d16ce #ce6d16 #16ce6d

Analogous Colors of #6d16ce

#6d16ce #c916ce #161bce

Monochromatic Colors of #6d16ce

#6d16ce

Complementary Color

#6d16ce #77ce16

#6d16ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d16ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d16ce Color CSS Codes

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

#6d16ce Text Font Color

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

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


#6d16ce Background Color

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

This div background color is #6d16ce


#6d16ce Border Color

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

This div border color is #6d16ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,22,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 #6d16ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d16ce


Comments

No comments written yet.

Please login to write comment.