Color Hex Logo

#8131dc Color Hex

#8131DC
(129,49,220)
0 Favorites   0 Comments

Color spaces of #8131dc

RGB 12949220
HSL0.740.710.53
HSV268°78°86°
CMYK 0.410.780.00   0.14
XYZ23.069812.031168.8165
Yxy12.03110.22200.1158
Hunter Lab34.685958.0212-93.3508
CIE-Lab41.265565.0586-72.9020

#8131dc color RGB value is (129,49,220).

#8131dc hex color red value is 129, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8131dc hue: 0.74 , saturation: 0.71 and the lightness value of 8131dc is 0.53.

The process color (four color CMYK) of #8131dc color hex is 0.41, 0.78, 0.00, 0.14. Web safe color of #8131dc is #9933cc. Color #8131dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 11011100
Octal 201 61 334
Decimal 129 49 220
Hex 81 31 DC

RGB Percentages of Color #8131dc

%32.41
%12.31
%55.28

CMYK Percentages of Color #8131dc

%41
%78
%0
%14

Triadic Colors of #8131dc

#8131dc #dc8131 #31dc81

Analogous Colors of #8131dc

#8131dc #d731dc #3136dc

Monochromatic Colors of #8131dc

#8131dc

Complementary Color

#8131dc #8cdc31

#8131dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8131dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8131dc Color CSS Codes

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

#8131dc Text Font Color

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

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


#8131dc Background Color

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

This div background color is #8131dc


#8131dc Border Color

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

This div border color is #8131dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,49,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8131dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8131dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8131dc;
  box-shadow:         1px 1px 3px 2px #8131dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8131dc


Comments

No comments written yet.

Please login to write comment.