Color Hex Logo

#8634db Color Hex

#8634DB
(134,52,219)
0 Favorites   0 Comments

Color spaces of #8634db

RGB 13452219
HSL0.750.700.53
HSV269°76°86°
CMYK 0.390.760.00   0.14
XYZ23.845712.638868.2006
Yxy12.63880.22780.1207
Hunter Lab35.551157.5135-88.8552
CIE-Lab42.213964.4288-70.7533

#8634db color RGB value is (134,52,219).

#8634db hex color red value is 134, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8634db hue: 0.75 , saturation: 0.70 and the lightness value of 8634db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110100 11011011
Octal 206 64 333
Decimal 134 52 219
Hex 86 34 DB

RGB Percentages of Color #8634db

%33.09
%12.84
%54.07

CMYK Percentages of Color #8634db

%39
%76
%0
%14

Triadic Colors of #8634db

#8634db #db8634 #34db86

Analogous Colors of #8634db

#8634db #da34db #3435db

Monochromatic Colors of #8634db

#8634db

Complementary Color

#8634db #89db34

#8634db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8634db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8634db Color CSS Codes

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

#8634db Text Font Color

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

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


#8634db Background Color

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

This div background color is #8634db


#8634db Border Color

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

This div border color is #8634db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8634db


Comments

No comments written yet.

Please login to write comment.