Color Hex Logo

#8439db Color Hex

#8439DB
(132,57,219)
0 Favorites   0 Comments

Color spaces of #8439db

RGB 13257219
HSL0.740.690.54
HSV268°74°86°
CMYK 0.400.740.00   0.14
XYZ23.765012.946368.2642
Yxy12.94630.22640.1233
Hunter Lab35.981054.9304-87.3001
CIE-Lab42.682262.0540-69.9990

#8439db color RGB value is (132,57,219).

#8439db hex color red value is 132, green value is 57 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8439db hue: 0.74 , saturation: 0.69 and the lightness value of 8439db is 0.54.

The process color (four color CMYK) of #8439db color hex is 0.40, 0.74, 0.00, 0.14. Web safe color of #8439db is #9933cc. Color #8439db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 11011011
Octal 204 71 333
Decimal 132 57 219
Hex 84 39 DB

RGB Percentages of Color #8439db

%32.35
%13.97
%53.68

CMYK Percentages of Color #8439db

%40
%74
%0
%14

Triadic Colors of #8439db

#8439db #db8439 #39db84

Analogous Colors of #8439db

#8439db #d539db #393fdb

Monochromatic Colors of #8439db

#8439db

Complementary Color

#8439db #90db39

#8439db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8439db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8439db Color CSS Codes

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

#8439db Text Font Color

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

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


#8439db Background Color

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

This div background color is #8439db


#8439db Border Color

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

This div border color is #8439db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,57,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8439db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8439db;
  -webkit-box-shadow: 1px 1px 3px 2px #8439db;
  box-shadow:         1px 1px 3px 2px #8439db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,57,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8439db


Comments

No comments written yet.

Please login to write comment.