Color Hex Logo

#6832cb Color Hex

#6832CB
(104,50,203)
0 Favorites   0 Comments

Color spaces of #6832cb

RGB 10450203
HSL0.730.600.50
HSV261°75°80°
CMYK 0.490.750.00   0.20
XYZ17.62909.536157.4114
Yxy9.53610.20840.1128
Hunter Lab30.880647.8605-88.6122
CIE-Lab36.996656.7117-70.2022

#6832cb color RGB value is (104,50,203).

#6832cb hex color red value is 104, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6832cb hue: 0.73 , saturation: 0.60 and the lightness value of 6832cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110010 11001011
Octal 150 62 313
Decimal 104 50 203
Hex 68 32 CB

RGB Percentages of Color #6832cb

%29.13
%14.01
%56.86

CMYK Percentages of Color #6832cb

%49
%75
%0
%20

Triadic Colors of #6832cb

#6832cb #cb6832 #32cb68

Analogous Colors of #6832cb

#6832cb #b532cb #3248cb

Monochromatic Colors of #6832cb

#6832cb

Complementary Color

#6832cb #95cb32

#6832cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6832cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6832cb Color CSS Codes

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

#6832cb Text Font Color

<p style="color:#6832cb">Text here</p>

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


#6832cb Background Color

<div style="background-color:#6832cb">
Div content here</div>

This div background color is #6832cb


#6832cb Border Color

<div style="border:3px solid #6832cb">
Div here</div>

This div border color is #6832cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,50,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6832cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6832cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6832cb;
  box-shadow:         1px 1px 3px 2px #6832cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6832cb


Comments

No comments written yet.

Please login to write comment.