Color Hex Logo

#6622dd Color Hex

#6622DD
(102,34,221)
0 Favorites   0 Comments

Color spaces of #6622dd

RGB 10234221
HSL0.730.730.50
HSV262°85°87°
CMYK 0.540.850.00   0.13
XYZ19.10279.189369.1735
Yxy9.18930.19600.0943
Hunter Lab30.313959.4350-114.0748
CIE-Lab36.346267.2490-81.6798

#6622dd color RGB value is (102,34,221). This hex color code is also a web safe color which is equal to #62D.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100010 11011101
Octal 146 42 335
Decimal 102 34 221
Hex 66 22 DD

RGB Percentages of Color #6622dd

%28.57
%9.52
%61.90

CMYK Percentages of Color #6622dd

%54
%85
%0
%13

Triadic Colors of #6622dd

#6622dd #dd6622 #22dd66

Analogous Colors of #6622dd

#6622dd #c422dd #223cdd

Monochromatic Colors of #6622dd

#6622dd

Complementary Color

#6622dd #99dd22

#6622dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6622dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6622dd Color CSS Codes

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

#6622dd Text Font Color

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

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


#6622dd Background Color

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

This div background color is #6622dd


#6622dd Border Color

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

This div border color is #6622dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6622dd


Comments

No comments written yet.

Please login to write comment.