Color Hex Logo

#8526db Color Hex

#8526DB
(133,38,219)
0 Favorites   0 Comments

Color spaces of #8526db

RGB 13338219
HSL0.750.720.50
HSV271°83°86°
CMYK 0.390.830.00   0.14
XYZ23.152211.487268.0148
Yxy11.48720.22550.1119
Hunter Lab33.892862.6212-95.2561
CIE-Lab40.389269.2066-73.7438

#8526db color RGB value is (133,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 11011011
Octal 205 46 333
Decimal 133 38 219
Hex 85 26 DB

RGB Percentages of Color #8526db

%34.10
%9.74
%56.15

CMYK Percentages of Color #8526db

%39
%83
%0
%14

Triadic Colors of #8526db

#8526db #db8526 #26db85

Analogous Colors of #8526db

#8526db #db26d7 #2b26db

Monochromatic Colors of #8526db

#8526db

Complementary Color

#8526db #7cdb26

#8526db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8526db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8526db Color CSS Codes

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

#8526db Text Font Color

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

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


#8526db Background Color

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

This div background color is #8526db


#8526db Border Color

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

This div border color is #8526db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,38,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 #8526db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8526db


Comments

No comments written yet.

Please login to write comment.