Color Hex Logo

#8b69dc Color Hex

#8B69DC
(139,105,220)
0 Favorites   0 Comments

Color spaces of #8b69dc

RGB 139105220
HSL0.720.620.64
HSV258°52°86°
CMYK 0.370.520.00   0.14
XYZ28.617320.759470.2088
Yxy20.75940.23930.1736
Hunter Lab45.562532.3796-59.4683
CIE-Lab52.685239.0631-54.3628

#8b69dc color RGB value is (139,105,220).

#8b69dc hex color red value is 139, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8b69dc hue: 0.72 , saturation: 0.62 and the lightness value of 8b69dc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01101001 11011100
Octal 213 151 334
Decimal 139 105 220
Hex 8B 69 DC

RGB Percentages of Color #8b69dc

%29.96
%22.63
%47.41

CMYK Percentages of Color #8b69dc

%37
%52
%0
%14

Triadic Colors of #8b69dc

#8b69dc #dc8b69 #69dc8b

Analogous Colors of #8b69dc

#8b69dc #c569dc #6981dc

Monochromatic Colors of #8b69dc

#8b69dc

Complementary Color

#8b69dc #badc69

#8b69dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b69dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b69dc Color CSS Codes

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

#8b69dc Text Font Color

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

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


#8b69dc Background Color

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

This div background color is #8b69dc


#8b69dc Border Color

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

This div border color is #8b69dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,105,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b69dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b69dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8b69dc;
  box-shadow:         1px 1px 3px 2px #8b69dc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b69dc


Comments

No comments written yet.

Please login to write comment.