Color Hex Logo

#8634dd Color Hex

#8634DD
(134,52,221)
0 Favorites   0 Comments

Color spaces of #8634dd

RGB 13452221
HSL0.750.710.54
HSV269°76°87°
CMYK 0.390.760.00   0.13
XYZ24.110712.744869.5958
Yxy12.74480.22650.1197
Hunter Lab35.699958.0792-90.5942
CIE-Lab42.376264.8932-71.6325

#8634dd color RGB value is (134,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110100 11011101
Octal 206 64 335
Decimal 134 52 221
Hex 86 34 DD

RGB Percentages of Color #8634dd

%32.92
%12.78
%54.30

CMYK Percentages of Color #8634dd

%39
%76
%0
%13

Triadic Colors of #8634dd

#8634dd #dd8634 #34dd86

Analogous Colors of #8634dd

#8634dd #db34dd #3436dd

Monochromatic Colors of #8634dd

#8634dd

Complementary Color

#8634dd #8bdd34

#8634dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8634dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8634dd Color CSS Codes

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

#8634dd Text Font Color

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

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


#8634dd Background Color

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

This div background color is #8634dd


#8634dd Border Color

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

This div border color is #8634dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,52,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8634dd


Comments

No comments written yet.

Please login to write comment.