Color Hex Logo

#6c0bcc Color Hex

#6C0BCC
(108,11,204)
0 Favorites   0 Comments

Color spaces of #6c0bcc

RGB 10811204
HSL0.750.900.42
HSV270°95°80°
CMYK 0.470.950.00   0.20
XYZ17.20317.787157.7231
Yxy7.78710.20800.0941
Hunter Lab27.905461.2072-103.1094
CIE-Lab33.535569.3153-76.4615

#6c0bcc color RGB value is (108,11,204).

#6c0bcc hex color red value is 108, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6c0bcc hue: 0.75 , saturation: 0.90 and the lightness value of 6c0bcc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 00001011 11001100
Octal 154 13 314
Decimal 108 11 204
Hex 6C B CC

RGB Percentages of Color #6c0bcc

%33.44
%3.41
%63.16

CMYK Percentages of Color #6c0bcc

%47
%95
%0
%20

Triadic Colors of #6c0bcc

#6c0bcc #cc6c0b #0bcc6c

Analogous Colors of #6c0bcc

#6c0bcc #cc0bcc #0c0bcc

Monochromatic Colors of #6c0bcc

#6c0bcc

Complementary Color

#6c0bcc #6bcc0b

#6c0bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c0bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c0bcc Color CSS Codes

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

#6c0bcc Text Font Color

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

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


#6c0bcc Background Color

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

This div background color is #6c0bcc


#6c0bcc Border Color

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

This div border color is #6c0bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c0bcc


Comments

No comments written yet.

Please login to write comment.