Color Hex Logo

#6b12cd Color Hex

#6B12CD
(107,18,205)
0 Favorites   0 Comments

Color spaces of #6b12cd

RGB 10718205
HSL0.750.840.44
HSV269°91°80°
CMYK 0.480.910.00   0.20
XYZ17.29927.966258.3835
Yxy7.96620.20680.0952
Hunter Lab28.224560.0126-102.8868
CIE-Lab33.912468.2165-76.4267

#6b12cd color RGB value is (107,18,205).

#6b12cd hex color red value is 107, green value is 18 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6b12cd hue: 0.75 , saturation: 0.84 and the lightness value of 6b12cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00010010 11001101
Octal 153 22 315
Decimal 107 18 205
Hex 6B 12 CD

RGB Percentages of Color #6b12cd

%32.42
%5.45
%62.12

CMYK Percentages of Color #6b12cd

%48
%91
%0
%20

Triadic Colors of #6b12cd

#6b12cd #cd6b12 #12cd6b

Analogous Colors of #6b12cd

#6b12cd #c912cd #1216cd

Monochromatic Colors of #6b12cd

#6b12cd

Complementary Color

#6b12cd #74cd12

#6b12cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b12cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b12cd Color CSS Codes

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

#6b12cd Text Font Color

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

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


#6b12cd Background Color

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

This div background color is #6b12cd


#6b12cd Border Color

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

This div border color is #6b12cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,18,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b12cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b12cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6b12cd;
  box-shadow:         1px 1px 3px 2px #6b12cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,18,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b12cd


Comments

No comments written yet.

Please login to write comment.