Color Hex Logo

#8510dc Color Hex

#8510DC
(133,16,220)
0 Favorites   0 Comments

Color spaces of #8510dc

RGB 13316220
HSL0.760.860.46
HSV274°93°86°
CMYK 0.400.930.00   0.14
XYZ22.776410.524468.5411
Yxy10.52440.22360.1033
Hunter Lab32.441368.5489-102.5573
CIE-Lab38.767674.4975-76.9795

#8510dc color RGB value is (133,16,220).

#8510dc hex color red value is 133, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8510dc hue: 0.76 , saturation: 0.86 and the lightness value of 8510dc is 0.46.

The process color (four color CMYK) of #8510dc color hex is 0.40, 0.93, 0.00, 0.14. Web safe color of #8510dc is #9900cc. Color #8510dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010000 11011100
Octal 205 20 334
Decimal 133 16 220
Hex 85 10 DC

RGB Percentages of Color #8510dc

%36.04
%4.34
%59.62

CMYK Percentages of Color #8510dc

%40
%93
%0
%14

Triadic Colors of #8510dc

#8510dc #dc8510 #10dc85

Analogous Colors of #8510dc

#8510dc #dc10cd #1f10dc

Monochromatic Colors of #8510dc

#8510dc

Complementary Color

#8510dc #67dc10

#8510dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8510dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8510dc Color CSS Codes

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

#8510dc Text Font Color

<p style="color:#8510dc">Text here</p>

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


#8510dc Background Color

<div style="background-color:#8510dc">
Div content here</div>

This div background color is #8510dc


#8510dc Border Color

<div style="border:3px solid #8510dc">
Div here</div>

This div border color is #8510dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,16,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8510dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8510dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8510dc;
  box-shadow:         1px 1px 3px 2px #8510dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8510dc


Comments

No comments written yet.

Please login to write comment.