Color Hex Logo

#6c3ebb Color Hex

#6C3EBB
(108,62,187)
0 Favorites   0 Comments

Color spaces of #6c3ebb

RGB 10862187
HSL0.730.500.49
HSV262°67°73°
CMYK 0.420.670.00   0.27
XYZ16.876610.221348.0971
Yxy10.22130.22440.1359
Hunter Lab31.970838.2770-66.8169
CIE-Lab38.236747.2507-58.8059

#6c3ebb color RGB value is (108,62,187).

#6c3ebb hex color red value is 108, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6c3ebb hue: 0.73 , saturation: 0.50 and the lightness value of 6c3ebb is 0.49.

The process color (four color CMYK) of #6c3ebb color hex is 0.42, 0.67, 0.00, 0.27. Web safe color of #6c3ebb is #6633cc. Color #6c3ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00111110 10111011
Octal 154 76 273
Decimal 108 62 187
Hex 6C 3E BB

RGB Percentages of Color #6c3ebb

%30.25
%17.37
%52.38

CMYK Percentages of Color #6c3ebb

%42
%67
%0
%27

Triadic Colors of #6c3ebb

#6c3ebb #bb6c3e #3ebb6c

Analogous Colors of #6c3ebb

#6c3ebb #ab3ebb #3e4fbb

Monochromatic Colors of #6c3ebb

#6c3ebb

Complementary Color

#6c3ebb #8dbb3e

#6c3ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c3ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c3ebb Color CSS Codes

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

#6c3ebb Text Font Color

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

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


#6c3ebb Background Color

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

This div background color is #6c3ebb


#6c3ebb Border Color

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

This div border color is #6c3ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,62,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c3ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c3ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #6c3ebb;
  box-shadow:         1px 1px 3px 2px #6c3ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,62,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c3ebb


Comments

No comments written yet.

Please login to write comment.