Color Hex Logo

#8136dc Color Hex

#8136DC
(129,54,220)
0 Favorites   0 Comments

Color spaces of #8136dc

RGB 12954220
HSL0.740.700.54
HSV267°75°86°
CMYK 0.410.750.00   0.14
XYZ23.290712.472868.8901
Yxy12.47280.22260.1192
Hunter Lab35.316955.9124-90.9310
CIE-Lab41.957963.0664-71.7694

#8136dc color RGB value is (129,54,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110110 11011100
Octal 201 66 334
Decimal 129 54 220
Hex 81 36 DC

RGB Percentages of Color #8136dc

%32.01
%13.40
%54.59

CMYK Percentages of Color #8136dc

%41
%75
%0
%14

Triadic Colors of #8136dc

#8136dc #dc8136 #36dc81

Analogous Colors of #8136dc

#8136dc #d436dc #363edc

Monochromatic Colors of #8136dc

#8136dc

Complementary Color

#8136dc #91dc36

#8136dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8136dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8136dc Color CSS Codes

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

#8136dc Text Font Color

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

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


#8136dc Background Color

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

This div background color is #8136dc


#8136dc Border Color

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

This div border color is #8136dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8136dc


Comments

No comments written yet.

Please login to write comment.