Color Hex Logo

#8053bd Color Hex

#8053BD
(128,83,189)
0 Favorites   0 Comments

Color spaces of #8053bd

RGB 12883189
HSL0.740.450.53
HSV265°56°74°
CMYK 0.320.560.00   0.26
XYZ21.180714.449849.8169
Yxy14.44980.24790.1691
Hunter Lab38.012932.9372-51.0921
CIE-Lab44.871240.7599-49.1613

#8053bd color RGB value is (128,83,189).

#8053bd hex color red value is 128, green value is 83 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8053bd hue: 0.74 , saturation: 0.45 and the lightness value of 8053bd is 0.53.

The process color (four color CMYK) of #8053bd color hex is 0.32, 0.56, 0.00, 0.26. Web safe color of #8053bd is #9966cc. Color #8053bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010011 10111101
Octal 200 123 275
Decimal 128 83 189
Hex 80 53 BD

RGB Percentages of Color #8053bd

%32.00
%20.75
%47.25

CMYK Percentages of Color #8053bd

%32
%56
%0
%26

Triadic Colors of #8053bd

#8053bd #bd8053 #53bd80

Analogous Colors of #8053bd

#8053bd #b553bd #535bbd

Monochromatic Colors of #8053bd

#8053bd

Complementary Color

#8053bd #90bd53

#8053bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8053bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8053bd Color CSS Codes

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

#8053bd Text Font Color

<p style="color:#8053bd">Text here</p>

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


#8053bd Background Color

<div style="background-color:#8053bd">
Div content here</div>

This div background color is #8053bd


#8053bd Border Color

<div style="border:3px solid #8053bd">
Div here</div>

This div border color is #8053bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,83,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8053bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8053bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8053bd;
  box-shadow:         1px 1px 3px 2px #8053bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,83,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8053bd


Comments

No comments written yet.

Please login to write comment.