Color Hex Logo

#6828df Color Hex

#6828DF
(104,40,223)
0 Favorites   0 Comments

Color spaces of #6828df

RGB 10440223
HSL0.720.740.52
HSV261°82°87°
CMYK 0.530.820.00   0.13
XYZ19.78709.788470.6585
Yxy9.78840.19740.0977
Hunter Lab31.286458.1405-112.0024
CIE-Lab37.460065.9048-80.9812

#6828df color RGB value is (104,40,223).

#6828df hex color red value is 104, green value is 40 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6828df hue: 0.72 , saturation: 0.74 and the lightness value of 6828df is 0.52.

The process color (four color CMYK) of #6828df color hex is 0.53, 0.82, 0.00, 0.13. Web safe color of #6828df is #6633cc. Color #6828df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101000 11011111
Octal 150 50 337
Decimal 104 40 223
Hex 68 28 DF

RGB Percentages of Color #6828df

%28.34
%10.90
%60.76

CMYK Percentages of Color #6828df

%53
%82
%0
%13

Triadic Colors of #6828df

#6828df #df6828 #28df68

Analogous Colors of #6828df

#6828df #c428df #2843df

Monochromatic Colors of #6828df

#6828df

Complementary Color

#6828df #9fdf28

#6828df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6828df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6828df Color CSS Codes

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

#6828df Text Font Color

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

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


#6828df Background Color

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

This div background color is #6828df


#6828df Border Color

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

This div border color is #6828df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6828df


Comments

No comments written yet.

Please login to write comment.