Color Hex Logo

#6932cc Color Hex

#6932CC
(105,50,204)
0 Favorites   0 Comments

Color spaces of #6932cc

RGB 10550204
HSL0.730.610.50
HSV261°75°80°
CMYK 0.490.750.00   0.20
XYZ17.86549.644158.0466
Yxy9.64410.20880.1127
Hunter Lab31.055048.3419-89.0839
CIE-Lab37.195957.1215-70.4522

#6932cc color RGB value is (105,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110010 11001100
Octal 151 62 314
Decimal 105 50 204
Hex 69 32 CC

RGB Percentages of Color #6932cc

%29.25
%13.93
%56.82

CMYK Percentages of Color #6932cc

%49
%75
%0
%20

Triadic Colors of #6932cc

#6932cc #cc6932 #32cc69

Analogous Colors of #6932cc

#6932cc #b632cc #3248cc

Monochromatic Colors of #6932cc

#6932cc

Complementary Color

#6932cc #95cc32

#6932cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6932cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6932cc Color CSS Codes

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

#6932cc Text Font Color

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

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


#6932cc Background Color

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

This div background color is #6932cc


#6932cc Border Color

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

This div border color is #6932cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,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 #6932cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6932cc


Comments

No comments written yet.

Please login to write comment.