Color Hex Logo

#810088 Color Hex

#810088
(129,0,136)
0 Favorites   0 Comments

Color spaces of #810088

RGB 1290136
HSL0.821.000.27
HSV297°100°53°
CMYK 0.051.000.00   0.47
XYZ13.49726.444723.8251
Yxy6.44470.30840.1473
Hunter Lab25.386450.4769-37.8731
CIE-Lab30.507860.3940-40.3330

#810088 color RGB value is (129,0,136).

#810088 hex color red value is 129, green value is 0 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #810088 hue: 0.82 , saturation: 1.00 and the lightness value of 810088 is 0.27.

The process color (four color CMYK) of #810088 color hex is 0.05, 1.00, 0.00, 0.47. Web safe color of #810088 is #990099. Color #810088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00000000 10001000
Octal 201 0 210
Decimal 129 0 136
Hex 81 0 88

RGB Percentages of Color #810088

%48.68
%0.00
%51.32

CMYK Percentages of Color #810088

%5
%100
%0
%47

Triadic Colors of #810088

#810088 #888100 #008881

Analogous Colors of #810088

#810088 #88004b #3d0088

Monochromatic Colors of #810088

#810088

Complementary Color

#810088 #078800

#810088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#810088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#810088 Color CSS Codes

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

#810088 Text Font Color

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

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


#810088 Background Color

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

This div background color is #810088


#810088 Border Color

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

This div border color is #810088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,0,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #810088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #810088;
  -webkit-box-shadow: 1px 1px 3px 2px #810088;
  box-shadow:         1px 1px 3px 2px #810088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #810088


Comments

No comments written yet.

Please login to write comment.