Color Hex Logo

#8c6ddb Color Hex

#8C6DDB
(140,109,219)
0 Favorites   0 Comments

Color spaces of #8c6ddb

RGB 140109219
HSL0.710.600.64
HSV257°50°86°
CMYK 0.360.500.00   0.14
XYZ29.070021.627269.6601
Yxy21.62720.24150.1797
Hunter Lab46.505130.1953-56.2572
CIE-Lab53.629236.7518-52.2838

#8c6ddb color RGB value is (140,109,219).

#8c6ddb hex color red value is 140, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8c6ddb hue: 0.71 , saturation: 0.60 and the lightness value of 8c6ddb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101101 11011011
Octal 214 155 333
Decimal 140 109 219
Hex 8C 6D DB

RGB Percentages of Color #8c6ddb

%29.91
%23.29
%46.79

CMYK Percentages of Color #8c6ddb

%36
%50
%0
%14

Triadic Colors of #8c6ddb

#8c6ddb #db8c6d #6ddb8c

Analogous Colors of #8c6ddb

#8c6ddb #c36ddb #6d85db

Monochromatic Colors of #8c6ddb

#8c6ddb

Complementary Color

#8c6ddb #bcdb6d

#8c6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6ddb Color CSS Codes

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

#8c6ddb Text Font Color

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

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


#8c6ddb Background Color

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

This div background color is #8c6ddb


#8c6ddb Border Color

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

This div border color is #8c6ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6ddb


Comments

No comments written yet.

Please login to write comment.