Color Hex Logo

#6732cc Color Hex

#6732CC
(103,50,204)
0 Favorites   0 Comments

Color spaces of #6732cc

RGB 10350204
HSL0.720.610.50
HSV261°75°80°
CMYK 0.500.750.00   0.20
XYZ17.63329.524458.0358
Yxy9.52440.20700.1118
Hunter Lab30.861647.9805-89.8927
CIE-Lab36.974956.8278-70.8232

#6732cc color RGB value is (103,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110010 11001100
Octal 147 62 314
Decimal 103 50 204
Hex 67 32 CC

RGB Percentages of Color #6732cc

%28.85
%14.01
%57.14

CMYK Percentages of Color #6732cc

%50
%75
%0
%20

Triadic Colors of #6732cc

#6732cc #cc6732 #32cc67

Analogous Colors of #6732cc

#6732cc #b432cc #324acc

Monochromatic Colors of #6732cc

#6732cc

Complementary Color

#6732cc #97cc32

#6732cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6732cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6732cc Color CSS Codes

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

#6732cc Text Font Color

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

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


#6732cc Background Color

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

This div background color is #6732cc


#6732cc Border Color

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

This div border color is #6732cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6732cc


Comments

No comments written yet.

Please login to write comment.