Color Hex Logo

#8513dd Color Hex

#8513DD
(133,19,221)
0 Favorites   0 Comments

Color spaces of #8513dd

RGB 13319221
HSL0.760.840.47
HSV274°91°87°
CMYK 0.400.910.00   0.13
XYZ22.956910.672769.2567
Yxy10.67270.22310.1037
Hunter Lab32.669168.2628-102.8232
CIE-Lab39.023774.2121-77.1325

#8513dd color RGB value is (133,19,221).

#8513dd hex color red value is 133, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8513dd hue: 0.76 , saturation: 0.84 and the lightness value of 8513dd is 0.47.

The process color (four color CMYK) of #8513dd color hex is 0.40, 0.91, 0.00, 0.13. Web safe color of #8513dd is #9900cc. Color #8513dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010011 11011101
Octal 205 23 335
Decimal 133 19 221
Hex 85 13 DD

RGB Percentages of Color #8513dd

%35.66
%5.09
%59.25

CMYK Percentages of Color #8513dd

%40
%91
%0
%13

Triadic Colors of #8513dd

#8513dd #dd8513 #13dd85

Analogous Colors of #8513dd

#8513dd #dd13d0 #2013dd

Monochromatic Colors of #8513dd

#8513dd

Complementary Color

#8513dd #6bdd13

#8513dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8513dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8513dd Color CSS Codes

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

#8513dd Text Font Color

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

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


#8513dd Background Color

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

This div background color is #8513dd


#8513dd Border Color

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

This div border color is #8513dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8513dd

#8513dd Color Palettes


Comments

No comments written yet.

Please login to write comment.