Color Hex Logo

#6420bc Color Hex

#6420BC
(100,32,188)
0 Favorites   0 Comments

Color spaces of #6420bc

RGB 10032188
HSL0.740.710.43
HSV266°83°74°
CMYK 0.470.830.00   0.26
XYZ14.84917.373248.2175
Yxy7.37320.21080.1047
Hunter Lab27.153650.0947-86.2754
CIE-Lab32.641859.6292-68.5792

#6420bc color RGB value is (100,32,188).

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

The process color (four color CMYK) of #6420bc color hex is 0.47, 0.83, 0.00, 0.26. Web safe color of #6420bc is #6633cc. Color #6420bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100000 10111100
Octal 144 40 274
Decimal 100 32 188
Hex 64 20 BC

RGB Percentages of Color #6420bc

%31.25
%10.00
%58.75

CMYK Percentages of Color #6420bc

%47
%83
%0
%26

Triadic Colors of #6420bc

#6420bc #bc6420 #20bc64

Analogous Colors of #6420bc

#6420bc #b220bc #202abc

Monochromatic Colors of #6420bc

#6420bc

Complementary Color

#6420bc #78bc20

#6420bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6420bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6420bc Color CSS Codes

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

#6420bc Text Font Color

<p style="color:#6420bc">Text here</p>

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


#6420bc Background Color

<div style="background-color:#6420bc">
Div content here</div>

This div background color is #6420bc


#6420bc Border Color

<div style="border:3px solid #6420bc">
Div here</div>

This div border color is #6420bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,32,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6420bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6420bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6420bc;
  box-shadow:         1px 1px 3px 2px #6420bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6420bc


Comments

No comments written yet.

Please login to write comment.