Color Hex Logo

#8281cd Color Hex

#8281CD
(130,129,205)
0 Favorites   0 Comments

Color spaces of #8281cd

RGB 130129205
HSL0.670.430.65
HSV241°37°80°
CMYK 0.370.370.00   0.20
XYZ28.075624.854161.0752
Yxy24.85410.24630.2180
Hunter Lab49.853913.2793-37.7375
CIE-Lab56.933018.6255-39.1956

#8281cd color RGB value is (130,129,205).

#8281cd hex color red value is 130, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8281cd hue: 0.67 , saturation: 0.43 and the lightness value of 8281cd is 0.65.

The process color (four color CMYK) of #8281cd color hex is 0.37, 0.37, 0.00, 0.20. Web safe color of #8281cd is #9999cc. Color #8281cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 11001101
Octal 202 201 315
Decimal 130 129 205
Hex 82 81 CD

RGB Percentages of Color #8281cd

%28.02
%27.80
%44.18

CMYK Percentages of Color #8281cd

%37
%37
%0
%20

Triadic Colors of #8281cd

#8281cd #cd8281 #81cd82

Analogous Colors of #8281cd

#8281cd #a881cd #81a6cd

Monochromatic Colors of #8281cd

#8281cd

Complementary Color

#8281cd #cccd81

#8281cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8281cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8281cd Color CSS Codes

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

#8281cd Text Font Color

<p style="color:#8281cd">Text here</p>

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


#8281cd Background Color

<div style="background-color:#8281cd">
Div content here</div>

This div background color is #8281cd


#8281cd Border Color

<div style="border:3px solid #8281cd">
Div here</div>

This div border color is #8281cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,129,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8281cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8281cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8281cd;
  box-shadow:         1px 1px 3px 2px #8281cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,129,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8281cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8281cd


Comments

No comments written yet.

Please login to write comment.