Color Hex Logo

#6800dd Color Hex

#6800DD
(104,0,221)
0 Favorites   0 Comments

Color spaces of #6800dd

RGB 1040221
HSL0.751.000.43
HSV268°100°87°
CMYK 0.531.000.00   0.13
XYZ18.76018.163568.9936
Yxy8.16350.19560.0851
Hunter Lab28.571867.2013-123.1697
CIE-Lab34.321174.2166-85.0222

#6800dd color RGB value is (104,0,221).

#6800dd hex color red value is 104, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6800dd hue: 0.75 , saturation: 1.00 and the lightness value of 6800dd is 0.43.

The process color (four color CMYK) of #6800dd color hex is 0.53, 1.00, 0.00, 0.13. Web safe color of #6800dd is #6600cc. Color #6800dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000000 11011101
Octal 150 0 335
Decimal 104 0 221
Hex 68 0 DD

RGB Percentages of Color #6800dd

%32.00
%0.00
%68.00

CMYK Percentages of Color #6800dd

%53
%100
%0
%13

Triadic Colors of #6800dd

#6800dd #dd6800 #00dd68

Analogous Colors of #6800dd

#6800dd #d700dd #0006dd

Monochromatic Colors of #6800dd

#6800dd

Complementary Color

#6800dd #75dd00

#6800dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6800dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6800dd Color CSS Codes

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

#6800dd Text Font Color

<p style="color:#6800dd">Text here</p>

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


#6800dd Background Color

<div style="background-color:#6800dd">
Div content here</div>

This div background color is #6800dd


#6800dd Border Color

<div style="border:3px solid #6800dd">
Div here</div>

This div border color is #6800dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,0,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6800dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6800dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6800dd;
  box-shadow:         1px 1px 3px 2px #6800dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6800dd


Comments

No comments written yet.

Please login to write comment.