Color Hex Logo

#8165ca Color Hex

#8165CA
(129,101,202)
0 Favorites   0 Comments

Color spaces of #8165ca

RGB 129101202
HSL0.710.490.59
HSV257°50°79°
CMYK 0.360.500.00   0.21
XYZ24.367618.238858.1132
Yxy18.23880.24190.1811
Hunter Lab42.706927.1110-50.7837
CIE-Lab49.784534.0811-48.8099

#8165ca color RGB value is (129,101,202).

#8165ca hex color red value is 129, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8165ca hue: 0.71 , saturation: 0.49 and the lightness value of 8165ca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 11001010
Octal 201 145 312
Decimal 129 101 202
Hex 81 65 CA

RGB Percentages of Color #8165ca

%29.86
%23.38
%46.76

CMYK Percentages of Color #8165ca

%36
%50
%0
%21

Triadic Colors of #8165ca

#8165ca #ca8165 #65ca81

Analogous Colors of #8165ca

#8165ca #b465ca #657cca

Monochromatic Colors of #8165ca

#8165ca

Complementary Color

#8165ca #aeca65

#8165ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8165ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8165ca Color CSS Codes

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

#8165ca Text Font Color

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

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


#8165ca Background Color

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

This div background color is #8165ca


#8165ca Border Color

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

This div border color is #8165ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,101,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 #8165ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8165ca


Comments

No comments written yet.

Please login to write comment.