Color Hex Logo

#8501cf Color Hex

#8501CF
(133,1,207)
0 Favorites   0 Comments

Color spaces of #8501cf

RGB 1331207
HSL0.770.990.41
HSV278°100°81°
CMYK 0.361.000.00   0.19
XYZ20.94629.513259.7637
Yxy9.51320.23220.1054
Hunter Lab30.843567.2456-93.2925
CIE-Lab36.954273.7622-72.4526

#8501cf color RGB value is (133,1,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000001 11001111
Octal 205 1 317
Decimal 133 1 207
Hex 85 1 CF

RGB Percentages of Color #8501cf

%39.00
%0.29
%60.70

CMYK Percentages of Color #8501cf

%36
%100
%0
%19

Triadic Colors of #8501cf

#8501cf #cf8501 #01cf85

Analogous Colors of #8501cf

#8501cf #cf01b2 #1e01cf

Monochromatic Colors of #8501cf

#8501cf

Complementary Color

#8501cf #4bcf01

#8501cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8501cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8501cf Color CSS Codes

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

#8501cf Text Font Color

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

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


#8501cf Background Color

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

This div background color is #8501cf


#8501cf Border Color

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

This div border color is #8501cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8501cf


Comments

No comments written yet.

Please login to write comment.