Color Hex Logo

#8562ca Color Hex

#8562CA
(133,98,202)
0 Favorites   0 Comments

Color spaces of #8562ca

RGB 13398202
HSL0.720.500.59
HSV260°51°79°
CMYK 0.340.510.00   0.21
XYZ24.701217.986258.0469
Yxy17.98620.24520.1786
Hunter Lab42.410129.7471-51.4633
CIE-Lab49.479436.8391-49.2742

#8562ca color RGB value is (133,98,202).

#8562ca hex color red value is 133, green value is 98 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8562ca hue: 0.72 , saturation: 0.50 and the lightness value of 8562ca is 0.59.

The process color (four color CMYK) of #8562ca color hex is 0.34, 0.51, 0.00, 0.21. Web safe color of #8562ca is #9966cc. Color #8562ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100010 11001010
Octal 205 142 312
Decimal 133 98 202
Hex 85 62 CA

RGB Percentages of Color #8562ca

%30.72
%22.63
%46.65

CMYK Percentages of Color #8562ca

%34
%51
%0
%21

Triadic Colors of #8562ca

#8562ca #ca8562 #62ca85

Analogous Colors of #8562ca

#8562ca #b962ca #6273ca

Monochromatic Colors of #8562ca

#8562ca

Complementary Color

#8562ca #a7ca62

#8562ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8562ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8562ca Color CSS Codes

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

#8562ca Text Font Color

<p style="color:#8562ca">Text here</p>

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


#8562ca Background Color

<div style="background-color:#8562ca">
Div content here</div>

This div background color is #8562ca


#8562ca Border Color

<div style="border:3px solid #8562ca">
Div here</div>

This div border color is #8562ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,98,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8562ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8562ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8562ca;
  box-shadow:         1px 1px 3px 2px #8562ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8562ca


Comments

No comments written yet.

Please login to write comment.