color codes Logo

#8503cc color codes

#8503CC
(133,3,204)
0 Favorites   0 Comments

Color spaces of #8503cc

RGB 1333204
HSL0.770.970.41
HSV279°99°80°
CMYK 0.350.990.00   0.20
XYZ20.60459.411357.8573
Yxy9.41130.23450.1071
Hunter Lab30.677866.2017-90.3443
CIE-Lab36.764472.9288-71.0198

#8503cc color RGB value is (133,3,204).

#8503cc hex color red value is 133, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8503cc hue: 0.77 , saturation: 0.97 and the lightness value of 8503cc is 0.41.

The process color (four color CMYK) of #8503cc color code is 0.35, 0.99, 0.00, 0.20. Web safe color of #8503cc is #9900cc. Color #8503cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000011 11001100
Octal 205 3 314
Decimal 133 3 204
Hex 85 3 CC

RGB Percentages of Color #8503cc

%39.12
%0.88
%60.00

CMYK Percentages of Color #8503cc

%35
%99
%0
%20

Triadic Colors of #8503cc

#8503cc #cc8503 #03cc85

Analogous Colors of #8503cc

#8503cc #cc03af #2003cc

Monochromatic Colors of #8503cc

#8503cc

Complementary Color

#8503cc #4acc03

#8503cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8503cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8503cc Color CSS Codes

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

#8503cc Text Font Color

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

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


#8503cc Background Color

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

This div background color is #8503cc


#8503cc Border Color

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

This div border color is #8503cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8503cc


Comments

No comments written yet.

Please login to write comment.