Color Hex Logo

#6c0bca Color Hex

#6C0BCA
(108,11,202)
0 Favorites   0 Comments

Color spaces of #6c0bca

RGB 10811202
HSL0.750.900.42
HSV270°95°79°
CMYK 0.470.950.00   0.21
XYZ16.96477.691856.4676
Yxy7.69180.20910.0948
Hunter Lab27.734160.6522-101.3027
CIE-Lab33.332668.8773-75.6292

#6c0bca color RGB value is (108,11,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 00001011 11001010
Octal 154 13 312
Decimal 108 11 202
Hex 6C B CA

RGB Percentages of Color #6c0bca

%33.64
%3.43
%62.93

CMYK Percentages of Color #6c0bca

%47
%95
%0
%21

Triadic Colors of #6c0bca

#6c0bca #ca6c0b #0bca6c

Analogous Colors of #6c0bca

#6c0bca #ca0bc9 #0c0bca

Monochromatic Colors of #6c0bca

#6c0bca

Complementary Color

#6c0bca #69ca0b

#6c0bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c0bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c0bca Color CSS Codes

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

#6c0bca Text Font Color

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

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


#6c0bca Background Color

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

This div background color is #6c0bca


#6c0bca Border Color

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

This div border color is #6c0bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c0bca


Comments

No comments written yet.

Please login to write comment.