color codes Logo

#8067db color codes

#8067DB
(128,103,219)
0 Favorites   0 Comments

Color spaces of #8067db

RGB 128103219
HSL0.700.620.63
HSV253°53°86°
CMYK 0.420.530.00   0.14
XYZ26.538519.404269.3645
Yxy19.40420.23020.1683
Hunter Lab44.050230.4513-62.5270
CIE-Lab51.156837.3316-56.3025

#8067db color RGB value is (128,103,219).

#8067db hex color red value is 128, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8067db hue: 0.70 , saturation: 0.62 and the lightness value of 8067db is 0.63.

The process color (four color CMYK) of #8067db color code is 0.42, 0.53, 0.00, 0.14. Web safe color of #8067db is #9966cc. Color #8067db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100111 11011011
Octal 200 147 333
Decimal 128 103 219
Hex 80 67 DB

RGB Percentages of Color #8067db

%28.44
%22.89
%48.67

CMYK Percentages of Color #8067db

%42
%53
%0
%14

Triadic Colors of #8067db

#8067db #db8067 #67db80

Analogous Colors of #8067db

#8067db #ba67db #6788db

Monochromatic Colors of #8067db

#8067db

Complementary Color

#8067db #c2db67

#8067db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8067db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8067db Color CSS Codes

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

#8067db Text Font Color

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

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


#8067db Background Color

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

This div background color is #8067db


#8067db Border Color

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

This div border color is #8067db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8067db


Comments

No comments written yet.

Please login to write comment.