Color Hex Logo

#8051dc Color Hex

#8051DC
(128,81,220)
0 Favorites   0 Comments

Color spaces of #8051dc

RGB 12881220
HSL0.720.670.59
HSV260°63°86°
CMYK 0.420.630.00   0.14
XYZ24.762815.641469.4241
Yxy15.64140.22550.1424
Hunter Lab39.549242.5524-76.3923
CIE-Lab46.500549.9443-64.3799

#8051dc color RGB value is (128,81,220).

#8051dc hex color red value is 128, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8051dc hue: 0.72 , saturation: 0.67 and the lightness value of 8051dc is 0.59.

The process color (four color CMYK) of #8051dc color hex is 0.42, 0.63, 0.00, 0.14. Web safe color of #8051dc is #9966cc. Color #8051dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 11011100
Octal 200 121 334
Decimal 128 81 220
Hex 80 51 DC

RGB Percentages of Color #8051dc

%29.84
%18.88
%51.28

CMYK Percentages of Color #8051dc

%42
%63
%0
%14

Triadic Colors of #8051dc

#8051dc #dc8051 #51dc80

Analogous Colors of #8051dc

#8051dc #c651dc #5168dc

Monochromatic Colors of #8051dc

#8051dc

Complementary Color

#8051dc #addc51

#8051dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8051dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8051dc Color CSS Codes

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

#8051dc Text Font Color

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

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


#8051dc Background Color

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

This div background color is #8051dc


#8051dc Border Color

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

This div border color is #8051dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8051dc


Comments

No comments written yet.

Please login to write comment.