Color Hex Logo

#6829cb Color Hex

#6829CB
(104,41,203)
0 Favorites   0 Comments

Color spaces of #6829cb

RGB 10441203
HSL0.730.660.48
HSV263°80°80°
CMYK 0.490.800.00   0.20
XYZ17.28148.840757.2955
Yxy8.84070.20720.1060
Hunter Lab29.733351.7133-93.4373
CIE-Lab35.675860.5185-72.3707

#6829cb color RGB value is (104,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101001 11001011
Octal 150 51 313
Decimal 104 41 203
Hex 68 29 CB

RGB Percentages of Color #6829cb

%29.89
%11.78
%58.33

CMYK Percentages of Color #6829cb

%49
%80
%0
%20

Triadic Colors of #6829cb

#6829cb #cb6829 #29cb68

Analogous Colors of #6829cb

#6829cb #b929cb #293bcb

Monochromatic Colors of #6829cb

#6829cb

Complementary Color

#6829cb #8ccb29

#6829cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6829cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6829cb Color CSS Codes

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

#6829cb Text Font Color

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

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


#6829cb Background Color

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

This div background color is #6829cb


#6829cb Border Color

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

This div border color is #6829cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,41,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 #6829cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6829cb


Comments

No comments written yet.

Please login to write comment.