Color Hex Logo

#8538cc Color Hex

#8538CC
(133,56,204)
0 Favorites   0 Comments

Color spaces of #8538cc

RGB 13356204
HSL0.750.590.51
HSV271°73°80°
CMYK 0.350.730.00   0.20
XYZ21.986112.174558.3179
Yxy12.17450.23770.1316
Hunter Lab34.892051.4153-74.6720
CIE-Lab41.492159.1195-63.2973

#8538cc color RGB value is (133,56,204).

#8538cc hex color red value is 133, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8538cc hue: 0.75 , saturation: 0.59 and the lightness value of 8538cc is 0.51.

The process color (four color CMYK) of #8538cc color hex is 0.35, 0.73, 0.00, 0.20. Web safe color of #8538cc is #9933cc. Color #8538cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 11001100
Octal 205 70 314
Decimal 133 56 204
Hex 85 38 CC

RGB Percentages of Color #8538cc

%33.84
%14.25
%51.91

CMYK Percentages of Color #8538cc

%35
%73
%0
%20

Triadic Colors of #8538cc

#8538cc #cc8538 #38cc85

Analogous Colors of #8538cc

#8538cc #cc38c9 #3b38cc

Monochromatic Colors of #8538cc

#8538cc

Complementary Color

#8538cc #7fcc38

#8538cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8538cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8538cc Color CSS Codes

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

#8538cc Text Font Color

<p style="color:#8538cc">Text here</p>

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


#8538cc Background Color

<div style="background-color:#8538cc">
Div content here</div>

This div background color is #8538cc


#8538cc Border Color

<div style="border:3px solid #8538cc">
Div here</div>

This div border color is #8538cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,56,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8538cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8538cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8538cc;
  box-shadow:         1px 1px 3px 2px #8538cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8538cc


Comments

No comments written yet.

Please login to write comment.