Color Hex Logo

#8515cd Color Hex

#8515CD
(133,21,205)
0 Favorites   0 Comments

Color spaces of #8515cd

RGB 13321205
HSL0.770.810.44
HSV277°90°80°
CMYK 0.350.900.00   0.20
XYZ20.96059.930758.5697
Yxy9.93070.23430.1110
Hunter Lab31.513063.5793-88.1366
CIE-Lab37.717870.5396-70.0382

#8515cd color RGB value is (133,21,205).

#8515cd hex color red value is 133, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8515cd hue: 0.77 , saturation: 0.81 and the lightness value of 8515cd is 0.44.

The process color (four color CMYK) of #8515cd color hex is 0.35, 0.90, 0.00, 0.20. Web safe color of #8515cd is #9900cc. Color #8515cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 11001101
Octal 205 25 315
Decimal 133 21 205
Hex 85 15 CD

RGB Percentages of Color #8515cd

%37.05
%5.85
%57.10

CMYK Percentages of Color #8515cd

%35
%90
%0
%20

Triadic Colors of #8515cd

#8515cd #cd8515 #15cd85

Analogous Colors of #8515cd

#8515cd #cd15b9 #2915cd

Monochromatic Colors of #8515cd

#8515cd

Complementary Color

#8515cd #5dcd15

#8515cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8515cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8515cd Color CSS Codes

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

#8515cd Text Font Color

<p style="color:#8515cd">Text here</p>

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


#8515cd Background Color

<div style="background-color:#8515cd">
Div content here</div>

This div background color is #8515cd


#8515cd Border Color

<div style="border:3px solid #8515cd">
Div here</div>

This div border color is #8515cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,21,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8515cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8515cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8515cd;
  box-shadow:         1px 1px 3px 2px #8515cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8515cd


Comments

No comments written yet.

Please login to write comment.