Color Hex Logo

#6828cb Color Hex

#6828CB
(104,40,203)
0 Favorites   0 Comments

Color spaces of #6828cb

RGB 10440203
HSL0.730.670.48
HSV264°80°80°
CMYK 0.490.800.00   0.20
XYZ17.24728.772457.2841
Yxy8.77240.20700.1053
Hunter Lab29.618252.1116-93.9390
CIE-Lab35.542360.9066-72.5901

#6828cb color RGB value is (104,40,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101000 11001011
Octal 150 50 313
Decimal 104 40 203
Hex 68 28 CB

RGB Percentages of Color #6828cb

%29.97
%11.53
%58.50

CMYK Percentages of Color #6828cb

%49
%80
%0
%20

Triadic Colors of #6828cb

#6828cb #cb6828 #28cb68

Analogous Colors of #6828cb

#6828cb #ba28cb #2839cb

Monochromatic Colors of #6828cb

#6828cb

Complementary Color

#6828cb #8bcb28

#6828cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6828cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6828cb Color CSS Codes

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

#6828cb Text Font Color

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

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


#6828cb Background Color

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

This div background color is #6828cb


#6828cb Border Color

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

This div border color is #6828cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6828cb


Comments

No comments written yet.

Please login to write comment.