Color Hex Logo

#8501ce Color Hex

#8501CE
(133,1,206)
0 Favorites   0 Comments

Color spaces of #8501ce

RGB 1331206
HSL0.770.990.41
HSV279°100°81°
CMYK 0.351.000.00   0.19
XYZ20.82439.464559.1218
Yxy9.46450.23290.1059
Hunter Lab30.764466.9881-92.4060
CIE-Lab36.863773.5654-72.0203

#8501ce color RGB value is (133,1,206).

#8501ce hex color red value is 133, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8501ce hue: 0.77 , saturation: 0.99 and the lightness value of 8501ce is 0.41.

The process color (four color CMYK) of #8501ce color hex is 0.35, 1.00, 0.00, 0.19. Web safe color of #8501ce is #9900cc. Color #8501ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000001 11001110
Octal 205 1 316
Decimal 133 1 206
Hex 85 1 CE

RGB Percentages of Color #8501ce

%39.12
%0.29
%60.59

CMYK Percentages of Color #8501ce

%35
%100
%0
%19

Triadic Colors of #8501ce

#8501ce #ce8501 #01ce85

Analogous Colors of #8501ce

#8501ce #ce01b1 #1e01ce

Monochromatic Colors of #8501ce

#8501ce

Complementary Color

#8501ce #4ace01

#8501ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8501ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8501ce Color CSS Codes

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

#8501ce Text Font Color

<p style="color:#8501ce">Text here</p>

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


#8501ce Background Color

<div style="background-color:#8501ce">
Div content here</div>

This div background color is #8501ce


#8501ce Border Color

<div style="border:3px solid #8501ce">
Div here</div>

This div border color is #8501ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,1,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8501ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8501ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8501ce;
  box-shadow:         1px 1px 3px 2px #8501ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8501ce


Comments

No comments written yet.

Please login to write comment.