Color Hex Logo

#8a67dc Color Hex

#8A67DC
(138,103,220)
0 Favorites   0 Comments

Color spaces of #8a67dc

RGB 138103220
HSL0.720.630.63
HSV258°53°86°
CMYK 0.370.530.00   0.14
XYZ28.249720.271170.1339
Yxy20.27110.23810.1708
Hunter Lab45.023433.2078-60.8408
CIE-Lab52.142339.9617-55.2372

#8a67dc color RGB value is (138,103,220).

#8a67dc hex color red value is 138, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8a67dc hue: 0.72 , saturation: 0.63 and the lightness value of 8a67dc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01100111 11011100
Octal 212 147 334
Decimal 138 103 220
Hex 8A 67 DC

RGB Percentages of Color #8a67dc

%29.93
%22.34
%47.72

CMYK Percentages of Color #8a67dc

%37
%53
%0
%14

Triadic Colors of #8a67dc

#8a67dc #dc8a67 #67dc8a

Analogous Colors of #8a67dc

#8a67dc #c567dc #677fdc

Monochromatic Colors of #8a67dc

#8a67dc

Complementary Color

#8a67dc #b9dc67

#8a67dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a67dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a67dc Color CSS Codes

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

#8a67dc Text Font Color

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

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


#8a67dc Background Color

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

This div background color is #8a67dc


#8a67dc Border Color

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

This div border color is #8a67dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a67dc


Comments

No comments written yet.

Please login to write comment.