Color Hex Logo

#6421bd Color Hex

#6421BD
(100,33,189)
0 Favorites   0 Comments

Color spaces of #6421bd

RGB 10033189
HSL0.740.700.44
HSV266°83°74°
CMYK 0.470.830.00   0.26
XYZ14.98477.471248.7964
Yxy7.47120.21030.1049
Hunter Lab27.333550.0232-86.7125
CIE-Lab32.856459.5216-68.8169

#6421bd color RGB value is (100,33,189).

#6421bd hex color red value is 100, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6421bd hue: 0.74 , saturation: 0.70 and the lightness value of 6421bd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100001 10111101
Octal 144 41 275
Decimal 100 33 189
Hex 64 21 BD

RGB Percentages of Color #6421bd

%31.06
%10.25
%58.70

CMYK Percentages of Color #6421bd

%47
%83
%0
%26

Triadic Colors of #6421bd

#6421bd #bd6421 #21bd64

Analogous Colors of #6421bd

#6421bd #b221bd #212cbd

Monochromatic Colors of #6421bd

#6421bd

Complementary Color

#6421bd #7abd21

#6421bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6421bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6421bd Color CSS Codes

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

#6421bd Text Font Color

<p style="color:#6421bd">Text here</p>

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


#6421bd Background Color

<div style="background-color:#6421bd">
Div content here</div>

This div background color is #6421bd


#6421bd Border Color

<div style="border:3px solid #6421bd">
Div here</div>

This div border color is #6421bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,33,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6421bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6421bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6421bd;
  box-shadow:         1px 1px 3px 2px #6421bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6421bd


Comments

No comments written yet.

Please login to write comment.