Color Hex Logo

#8279dd Color Hex

#8279DD
(130,121,221)
0 Favorites   0 Comments

Color spaces of #8279dd

RGB 130121221
HSL0.680.600.67
HSV245°45°87°
CMYK 0.410.450.00   0.13
XYZ29.094423.641071.4363
Yxy23.64100.23430.1904
Hunter Lab48.622021.7222-53.0745
CIE-Lab55.726527.8057-50.1201

#8279dd color RGB value is (130,121,221).

#8279dd hex color red value is 130, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8279dd hue: 0.68 , saturation: 0.60 and the lightness value of 8279dd is 0.67.

The process color (four color CMYK) of #8279dd color hex is 0.41, 0.45, 0.00, 0.13. Web safe color of #8279dd is #9966cc. Color #8279dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111001 11011101
Octal 202 171 335
Decimal 130 121 221
Hex 82 79 DD

RGB Percentages of Color #8279dd

%27.54
%25.64
%46.82

CMYK Percentages of Color #8279dd

%41
%45
%0
%13

Triadic Colors of #8279dd

#8279dd #dd8279 #79dd82

Analogous Colors of #8279dd

#8279dd #b479dd #79a2dd

Monochromatic Colors of #8279dd

#8279dd

Complementary Color

#8279dd #d4dd79

#8279dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8279dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8279dd Color CSS Codes

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

#8279dd Text Font Color

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

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


#8279dd Background Color

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

This div background color is #8279dd


#8279dd Border Color

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

This div border color is #8279dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8279dd


Comments

No comments written yet.

Please login to write comment.