Color Hex Logo

#8453cb Color Hex

#8453CB
(132,83,203)
0 Favorites   0 Comments

Color spaces of #8453cb

RGB 13283203
HSL0.730.540.56
HSV265°59°80°
CMYK 0.350.590.00   0.20
XYZ23.388515.403858.2404
Yxy15.40380.24100.1587
Hunter Lab39.247737.6884-60.5082
CIE-Lab46.182445.2948-55.1387

#8453cb color RGB value is (132,83,203).

#8453cb hex color red value is 132, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8453cb hue: 0.73 , saturation: 0.54 and the lightness value of 8453cb is 0.56.

The process color (four color CMYK) of #8453cb color hex is 0.35, 0.59, 0.00, 0.20. Web safe color of #8453cb is #9966cc. Color #8453cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 11001011
Octal 204 123 313
Decimal 132 83 203
Hex 84 53 CB

RGB Percentages of Color #8453cb

%31.58
%19.86
%48.56

CMYK Percentages of Color #8453cb

%35
%59
%0
%20

Triadic Colors of #8453cb

#8453cb #cb8453 #53cb84

Analogous Colors of #8453cb

#8453cb #c053cb #535ecb

Monochromatic Colors of #8453cb

#8453cb

Complementary Color

#8453cb #9acb53

#8453cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8453cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8453cb Color CSS Codes

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

#8453cb Text Font Color

<p style="color:#8453cb">Text here</p>

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


#8453cb Background Color

<div style="background-color:#8453cb">
Div content here</div>

This div background color is #8453cb


#8453cb Border Color

<div style="border:3px solid #8453cb">
Div here</div>

This div border color is #8453cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,83,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8453cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8453cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8453cb;
  box-shadow:         1px 1px 3px 2px #8453cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,83,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8453cb


Comments

No comments written yet.

Please login to write comment.