Color Hex Logo

#8a6bdf Color Hex

#8A6BDF
(138,107,223)
0 Favorites   0 Comments

Color spaces of #8a6bdf

RGB 138107223
HSL0.710.640.65
HSV256°52°87°
CMYK 0.380.520.00   0.13
XYZ29.058221.246472.3815
Yxy21.24640.23680.1732
Hunter Lab46.093831.8648-60.8379
CIE-Lab53.218138.4781-55.2081

#8a6bdf color RGB value is (138,107,223).

#8a6bdf hex color red value is 138, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8a6bdf hue: 0.71 , saturation: 0.64 and the lightness value of 8a6bdf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101011 11011111
Octal 212 153 337
Decimal 138 107 223
Hex 8A 6B DF

RGB Percentages of Color #8a6bdf

%29.49
%22.86
%47.65

CMYK Percentages of Color #8a6bdf

%38
%52
%0
%13

Triadic Colors of #8a6bdf

#8a6bdf #df8a6b #6bdf8a

Analogous Colors of #8a6bdf

#8a6bdf #c46bdf #6b86df

Monochromatic Colors of #8a6bdf

#8a6bdf

Complementary Color

#8a6bdf #c0df6b

#8a6bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6bdf Color CSS Codes

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

#8a6bdf Text Font Color

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

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


#8a6bdf Background Color

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

This div background color is #8a6bdf


#8a6bdf Border Color

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

This div border color is #8a6bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,107,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a6bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a6bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #8a6bdf;
  box-shadow:         1px 1px 3px 2px #8a6bdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,107,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6bdf


Comments

No comments written yet.

Please login to write comment.