Color Hex Logo

#8531cf Color Hex

#8531CF
(133,49,207)
0 Favorites   0 Comments

Color spaces of #8531cf

RGB 13349207
HSL0.760.620.50
HSV272°76°81°
CMYK 0.360.760.00   0.19
XYZ22.033711.688260.1262
Yxy11.68820.23480.1245
Hunter Lab34.188055.2118-80.3413
CIE-Lab40.716262.6853-66.2968

#8531cf color RGB value is (133,49,207).

#8531cf hex color red value is 133, green value is 49 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8531cf hue: 0.76 , saturation: 0.62 and the lightness value of 8531cf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110001 11001111
Octal 205 61 317
Decimal 133 49 207
Hex 85 31 CF

RGB Percentages of Color #8531cf

%34.19
%12.60
%53.21

CMYK Percentages of Color #8531cf

%36
%76
%0
%19

Triadic Colors of #8531cf

#8531cf #cf8531 #31cf85

Analogous Colors of #8531cf

#8531cf #cf31ca #3631cf

Monochromatic Colors of #8531cf

#8531cf

Complementary Color

#8531cf #7bcf31

#8531cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8531cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8531cf Color CSS Codes

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

#8531cf Text Font Color

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

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


#8531cf Background Color

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

This div background color is #8531cf


#8531cf Border Color

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

This div border color is #8531cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8531cf


Comments

No comments written yet.

Please login to write comment.