Color Hex Logo

#7822dd Color Hex

#7822DD
(120,34,221)
0 Favorites   0 Comments

Color spaces of #7822dd

RGB 12034221
HSL0.740.730.50
HSV268°85°87°
CMYK 0.460.850.00   0.13
XYZ21.368910.357669.2796
Yxy10.35760.21160.1025
Hunter Lab32.183262.1991-105.1031
CIE-Lab38.476769.2175-78.0944

#7822dd color RGB value is (120,34,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100010 11011101
Octal 170 42 335
Decimal 120 34 221
Hex 78 22 DD

RGB Percentages of Color #7822dd

%32.00
%9.07
%58.93

CMYK Percentages of Color #7822dd

%46
%85
%0
%13

Triadic Colors of #7822dd

#7822dd #dd7822 #22dd78

Analogous Colors of #7822dd

#7822dd #d622dd #222add

Monochromatic Colors of #7822dd

#7822dd

Complementary Color

#7822dd #87dd22

#7822dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7822dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7822dd Color CSS Codes

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

#7822dd Text Font Color

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

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


#7822dd Background Color

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

This div background color is #7822dd


#7822dd Border Color

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

This div border color is #7822dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7822dd


Comments

No comments written yet.

Please login to write comment.