Color Hex Logo

#8512dc Color Hex

#8512DC
(133,18,220)
0 Favorites   0 Comments

Color spaces of #8512dc

RGB 13318220
HSL0.760.850.47
HSV274°92°86°
CMYK 0.400.920.00   0.14
XYZ22.807410.586568.5515
Yxy10.58650.22370.1038
Hunter Lab32.536968.1836-102.1414
CIE-Lab38.875174.1750-76.8028

#8512dc color RGB value is (133,18,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010010 11011100
Octal 205 22 334
Decimal 133 18 220
Hex 85 12 DC

RGB Percentages of Color #8512dc

%35.85
%4.85
%59.30

CMYK Percentages of Color #8512dc

%40
%92
%0
%14

Triadic Colors of #8512dc

#8512dc #dc8512 #12dc85

Analogous Colors of #8512dc

#8512dc #dc12ce #2012dc

Monochromatic Colors of #8512dc

#8512dc

Complementary Color

#8512dc #69dc12

#8512dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8512dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8512dc Color CSS Codes

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

#8512dc Text Font Color

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

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


#8512dc Background Color

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

This div background color is #8512dc


#8512dc Border Color

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

This div border color is #8512dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8512dc


Comments

No comments written yet.

Please login to write comment.