Color Hex Logo

#8165ce Color Hex

#8165CE
(129,101,206)
0 Favorites   0 Comments

Color spaces of #8165ce

RGB 129101206
HSL0.710.520.60
HSV256°51°81°
CMYK 0.370.510.00   0.19
XYZ24.847518.430760.6404
Yxy18.43070.23910.1774
Hunter Lab42.931028.1826-53.6959
CIE-Lab50.014435.1617-50.7319

#8165ce color RGB value is (129,101,206).

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

The process color (four color CMYK) of #8165ce color hex is 0.37, 0.51, 0.00, 0.19. Web safe color of #8165ce is #9966cc. Color #8165ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 11001110
Octal 201 145 316
Decimal 129 101 206
Hex 81 65 CE

RGB Percentages of Color #8165ce

%29.59
%23.17
%47.25

CMYK Percentages of Color #8165ce

%37
%51
%0
%19

Triadic Colors of #8165ce

#8165ce #ce8165 #65ce81

Analogous Colors of #8165ce

#8165ce #b665ce #657ece

Monochromatic Colors of #8165ce

#8165ce

Complementary Color

#8165ce #b2ce65

#8165ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8165ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8165ce Color CSS Codes

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

#8165ce Text Font Color

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

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


#8165ce Background Color

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

This div background color is #8165ce


#8165ce Border Color

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

This div border color is #8165ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,101,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8165ce


Comments

No comments written yet.

Please login to write comment.