Color Hex Logo

#6600dd Color Hex

#6600DD
(102,0,221)
1 Favorites   1 Comments

Color spaces of #6600dd

RGB 1020221
HSL0.741.000.43
HSV268°100°87°
CMYK 0.541.000.00   0.13
XYZ18.53068.045268.9828
Yxy8.04520.19390.0842
Hunter Lab28.364166.9792-124.3414
CIE-Lab34.076874.0774-85.4344

#6600dd color RGB value is (102,0,221). This hex color code is also a web safe color which is equal to #60D.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 11011101
Octal 146 0 335
Decimal 102 0 221
Hex 66 0 DD

RGB Percentages of Color #6600dd

%31.58
%0.00
%68.42

CMYK Percentages of Color #6600dd

%54
%100
%0
%13

Triadic Colors of #6600dd

#6600dd #dd6600 #00dd66

Analogous Colors of #6600dd

#6600dd #d500dd #0008dd

Monochromatic Colors of #6600dd

#6600dd

Complementary Color

#6600dd #77dd00

#6600dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6600dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6600dd Color CSS Codes

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

#6600dd Text Font Color

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

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


#6600dd Background Color

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

This div background color is #6600dd


#6600dd Border Color

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

This div border color is #6600dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6600dd


Comments

3 Jul 2021, 22:07 Bit125

god

Please login to write comment.