Color Hex Logo

#8d72db Color Hex

#8D72DB
(141,114,219)
0 Favorites   0 Comments

Color spaces of #8d72db

RGB 141114219
HSL0.710.590.65
HSV255°48°86°
CMYK 0.360.480.00   0.14
XYZ29.788022.811869.8510
Yxy22.81180.24330.1863
Hunter Lab47.761727.7438-53.2778
CIE-Lab54.878034.1202-50.2881

#8d72db color RGB value is (141,114,219).

#8d72db hex color red value is 141, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8d72db hue: 0.71 , saturation: 0.59 and the lightness value of 8d72db is 0.65.

The process color (four color CMYK) of #8d72db color hex is 0.36, 0.48, 0.00, 0.14. Web safe color of #8d72db is #9966cc. Color #8d72db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110010 11011011
Octal 215 162 333
Decimal 141 114 219
Hex 8D 72 DB

RGB Percentages of Color #8d72db

%29.75
%24.05
%46.20

CMYK Percentages of Color #8d72db

%36
%48
%0
%14

Triadic Colors of #8d72db

#8d72db #db8d72 #72db8d

Analogous Colors of #8d72db

#8d72db #c272db #728cdb

Monochromatic Colors of #8d72db

#8d72db

Complementary Color

#8d72db #c0db72

#8d72db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d72db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d72db Color CSS Codes

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

#8d72db Text Font Color

<p style="color:#8d72db">Text here</p>

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


#8d72db Background Color

<div style="background-color:#8d72db">
Div content here</div>

This div background color is #8d72db


#8d72db Border Color

<div style="border:3px solid #8d72db">
Div here</div>

This div border color is #8d72db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,114,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d72db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d72db;
  -webkit-box-shadow: 1px 1px 3px 2px #8d72db;
  box-shadow:         1px 1px 3px 2px #8d72db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,114,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 #8d72db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d72db


Comments

No comments written yet.

Please login to write comment.