Color Hex Logo

#6a14bb Color Hex

#6A14BB
(106,20,187)
0 Favorites   0 Comments

Color spaces of #6a14bb

RGB 10620187
HSL0.750.810.41
HSV271°89°73°
CMYK 0.430.890.00   0.27
XYZ15.16377.152347.5950
Yxy7.15230.21690.1023
Hunter Lab26.743854.4077-86.7957
CIE-Lab32.151163.6328-68.7663

#6a14bb color RGB value is (106,20,187).

#6a14bb hex color red value is 106, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6a14bb hue: 0.75 , saturation: 0.81 and the lightness value of 6a14bb is 0.41.

The process color (four color CMYK) of #6a14bb color hex is 0.43, 0.89, 0.00, 0.27. Web safe color of #6a14bb is #6600cc. Color #6a14bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010100 10111011
Octal 152 24 273
Decimal 106 20 187
Hex 6A 14 BB

RGB Percentages of Color #6a14bb

%33.87
%6.39
%59.74

CMYK Percentages of Color #6a14bb

%43
%89
%0
%27

Triadic Colors of #6a14bb

#6a14bb #bb6a14 #14bb6a

Analogous Colors of #6a14bb

#6a14bb #bb14b9 #1714bb

Monochromatic Colors of #6a14bb

#6a14bb

Complementary Color

#6a14bb #65bb14

#6a14bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a14bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a14bb Color CSS Codes

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

#6a14bb Text Font Color

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

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


#6a14bb Background Color

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

This div background color is #6a14bb


#6a14bb Border Color

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

This div border color is #6a14bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,20,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 #6a14bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a14bb


Comments

No comments written yet.

Please login to write comment.