Color Hex Logo

#6d31cb Color Hex

#6D31CB
(109,49,203)
0 Favorites   0 Comments

Color spaces of #6d31cb

RGB 10949203
HSL0.730.610.49
HSV263°76°80°
CMYK 0.460.760.00   0.20
XYZ18.18459.759657.4253
Yxy9.75960.21300.1143
Hunter Lab31.240449.2313-87.1172
CIE-Lab37.407557.9049-69.5069

#6d31cb color RGB value is (109,49,203).

#6d31cb hex color red value is 109, green value is 49 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6d31cb hue: 0.73 , saturation: 0.61 and the lightness value of 6d31cb is 0.49.

The process color (four color CMYK) of #6d31cb color hex is 0.46, 0.76, 0.00, 0.20. Web safe color of #6d31cb is #6633cc. Color #6d31cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00110001 11001011
Octal 155 61 313
Decimal 109 49 203
Hex 6D 31 CB

RGB Percentages of Color #6d31cb

%30.19
%13.57
%56.23

CMYK Percentages of Color #6d31cb

%46
%76
%0
%20

Triadic Colors of #6d31cb

#6d31cb #cb6d31 #31cb6d

Analogous Colors of #6d31cb

#6d31cb #ba31cb #3142cb

Monochromatic Colors of #6d31cb

#6d31cb

Complementary Color

#6d31cb #8fcb31

#6d31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d31cb Color CSS Codes

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

#6d31cb Text Font Color

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

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


#6d31cb Background Color

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

This div background color is #6d31cb


#6d31cb Border Color

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

This div border color is #6d31cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d31cb


Comments

No comments written yet.

Please login to write comment.