Color Hex Logo

#6432cc Color Hex

#6432CC
(100,50,204)
0 Favorites   0 Comments

Color spaces of #6432cc

RGB 10050204
HSL0.720.610.50
HSV259°75°80°
CMYK 0.510.750.00   0.20
XYZ17.29529.350258.0199
Yxy9.35020.20430.1104
Hunter Lab30.578147.4493-91.0942
CIE-Lab36.650056.3946-71.3687

#6432cc color RGB value is (100,50,204).

#6432cc hex color red value is 100, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6432cc hue: 0.72 , saturation: 0.61 and the lightness value of 6432cc is 0.50.

The process color (four color CMYK) of #6432cc color hex is 0.51, 0.75, 0.00, 0.20. Web safe color of #6432cc is #6633cc. Color #6432cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110010 11001100
Octal 144 62 314
Decimal 100 50 204
Hex 64 32 CC

RGB Percentages of Color #6432cc

%28.25
%14.12
%57.63

CMYK Percentages of Color #6432cc

%51
%75
%0
%20

Triadic Colors of #6432cc

#6432cc #cc6432 #32cc64

Analogous Colors of #6432cc

#6432cc #b132cc #324dcc

Monochromatic Colors of #6432cc

#6432cc

Complementary Color

#6432cc #9acc32

#6432cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6432cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6432cc Color CSS Codes

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

#6432cc Text Font Color

<p style="color:#6432cc">Text here</p>

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


#6432cc Background Color

<div style="background-color:#6432cc">
Div content here</div>

This div background color is #6432cc


#6432cc Border Color

<div style="border:3px solid #6432cc">
Div here</div>

This div border color is #6432cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,50,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6432cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6432cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6432cc;
  box-shadow:         1px 1px 3px 2px #6432cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6432cc


Comments

No comments written yet.

Please login to write comment.