Color Hex Logo

#8175ce Color Hex

#8175CE
(129,117,206)
0 Favorites   0 Comments

Color spaces of #8175ce

RGB 129117206
HSL0.690.480.63
HSV248°43°81°
CMYK 0.370.430.00   0.19
XYZ26.555121.845961.2096
Yxy21.84590.24230.1993
Hunter Lab46.739619.6205-44.9277
CIE-Lab53.863125.7344-44.6094

#8175ce color RGB value is (129,117,206).

#8175ce hex color red value is 129, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8175ce hue: 0.69 , saturation: 0.48 and the lightness value of 8175ce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110101 11001110
Octal 201 165 316
Decimal 129 117 206
Hex 81 75 CE

RGB Percentages of Color #8175ce

%28.54
%25.88
%45.58

CMYK Percentages of Color #8175ce

%37
%43
%0
%19

Triadic Colors of #8175ce

#8175ce #ce8175 #75ce81

Analogous Colors of #8175ce

#8175ce #ae75ce #7596ce

Monochromatic Colors of #8175ce

#8175ce

Complementary Color

#8175ce #c2ce75

#8175ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8175ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8175ce Color CSS Codes

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

#8175ce Text Font Color

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

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


#8175ce Background Color

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

This div background color is #8175ce


#8175ce Border Color

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

This div border color is #8175ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8175ce


Comments

No comments written yet.

Please login to write comment.