Color Hex Logo

#6820ba Color Hex

#6820BA
(104,32,186)
0 Favorites   0 Comments

Color spaces of #6820ba

RGB 10432186
HSL0.740.710.43
HSV268°83°73°
CMYK 0.440.830.00   0.27
XYZ15.08847.521347.1109
Yxy7.52130.21640.1079
Hunter Lab27.425050.2116-82.6514
CIE-Lab32.965459.6736-66.8461

#6820ba color RGB value is (104,32,186).

#6820ba hex color red value is 104, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6820ba hue: 0.74 , saturation: 0.71 and the lightness value of 6820ba is 0.43.

The process color (four color CMYK) of #6820ba color hex is 0.44, 0.83, 0.00, 0.27. Web safe color of #6820ba is #6633cc. Color #6820ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100000 10111010
Octal 150 40 272
Decimal 104 32 186
Hex 68 20 BA

RGB Percentages of Color #6820ba

%32.30
%9.94
%57.76

CMYK Percentages of Color #6820ba

%44
%83
%0
%27

Triadic Colors of #6820ba

#6820ba #ba6820 #20ba68

Analogous Colors of #6820ba

#6820ba #b520ba #2025ba

Monochromatic Colors of #6820ba

#6820ba

Complementary Color

#6820ba #72ba20

#6820ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6820ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6820ba Color CSS Codes

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

#6820ba Text Font Color

<p style="color:#6820ba">Text here</p>

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


#6820ba Background Color

<div style="background-color:#6820ba">
Div content here</div>

This div background color is #6820ba


#6820ba Border Color

<div style="border:3px solid #6820ba">
Div here</div>

This div border color is #6820ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,32,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6820ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6820ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6820ba;
  box-shadow:         1px 1px 3px 2px #6820ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,32,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6820ba


Comments

No comments written yet.

Please login to write comment.