Color Hex Logo

#8528db Color Hex

#8528DB
(133,40,219)
0 Favorites   0 Comments

Color spaces of #8528db

RGB 13340219
HSL0.750.710.51
HSV271°82°86°
CMYK 0.390.820.00   0.14
XYZ23.217811.618668.0367
Yxy11.61860.22570.1129
Hunter Lab34.086161.9351-94.4842
CIE-Lab40.603468.5780-73.3928

#8528db color RGB value is (133,40,219).

#8528db hex color red value is 133, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8528db hue: 0.75 , saturation: 0.71 and the lightness value of 8528db is 0.51.

The process color (four color CMYK) of #8528db color hex is 0.39, 0.82, 0.00, 0.14. Web safe color of #8528db is #9933cc. Color #8528db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 11011011
Octal 205 50 333
Decimal 133 40 219
Hex 85 28 DB

RGB Percentages of Color #8528db

%33.93
%10.20
%55.87

CMYK Percentages of Color #8528db

%39
%82
%0
%14

Triadic Colors of #8528db

#8528db #db8528 #28db85

Analogous Colors of #8528db

#8528db #db28d8 #2b28db

Monochromatic Colors of #8528db

#8528db

Complementary Color

#8528db #7edb28

#8528db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8528db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8528db Color CSS Codes

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

#8528db Text Font Color

<p style="color:#8528db">Text here</p>

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


#8528db Background Color

<div style="background-color:#8528db">
Div content here</div>

This div background color is #8528db


#8528db Border Color

<div style="border:3px solid #8528db">
Div here</div>

This div border color is #8528db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,40,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8528db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8528db;
  -webkit-box-shadow: 1px 1px 3px 2px #8528db;
  box-shadow:         1px 1px 3px 2px #8528db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,40,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8528db


Comments

No comments written yet.

Please login to write comment.