Color Hex Logo

#6821dd Color Hex

#6821DD
(104,33,221)
0 Favorites   0 Comments

Color spaces of #6821dd

RGB 10433221
HSL0.730.740.50
HSV263°85°87°
CMYK 0.530.850.00   0.13
XYZ19.30399.251269.1748
Yxy9.25120.19750.0947
Hunter Lab30.415860.0605-113.5525
CIE-Lab36.463567.7682-81.4787

#6821dd color RGB value is (104,33,221).

#6821dd hex color red value is 104, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6821dd hue: 0.73 , saturation: 0.74 and the lightness value of 6821dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100001 11011101
Octal 150 41 335
Decimal 104 33 221
Hex 68 21 DD

RGB Percentages of Color #6821dd

%29.05
%9.22
%61.73

CMYK Percentages of Color #6821dd

%53
%85
%0
%13

Triadic Colors of #6821dd

#6821dd #dd6821 #21dd68

Analogous Colors of #6821dd

#6821dd #c621dd #2138dd

Monochromatic Colors of #6821dd

#6821dd

Complementary Color

#6821dd #96dd21

#6821dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6821dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6821dd Color CSS Codes

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

#6821dd Text Font Color

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

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


#6821dd Background Color

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

This div background color is #6821dd


#6821dd Border Color

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

This div border color is #6821dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6821dd


Comments

No comments written yet.

Please login to write comment.