Color Hex Logo

#8a07dc Color Hex

#8A07DC
(138,7,220)
0 Favorites   0 Comments

Color spaces of #8a07dc

RGB 1387220
HSL0.770.940.45
HSV277°97°86°
CMYK 0.370.970.00   0.14
XYZ23.475510.722568.5425
Yxy10.72250.22850.1044
Hunter Lab32.745270.6649-101.1845
CIE-Lab39.109176.1711-76.3919

#8a07dc color RGB value is (138,7,220).

#8a07dc hex color red value is 138, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8a07dc hue: 0.77 , saturation: 0.94 and the lightness value of 8a07dc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00000111 11011100
Octal 212 7 334
Decimal 138 7 220
Hex 8A 7 DC

RGB Percentages of Color #8a07dc

%37.81
%1.92
%60.27

CMYK Percentages of Color #8a07dc

%37
%97
%0
%14

Triadic Colors of #8a07dc

#8a07dc #dc8a07 #07dc8a

Analogous Colors of #8a07dc

#8a07dc #dc07c4 #1f07dc

Monochromatic Colors of #8a07dc

#8a07dc

Complementary Color

#8a07dc #59dc07

#8a07dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a07dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a07dc Color CSS Codes

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

#8a07dc Text Font Color

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

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


#8a07dc Background Color

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

This div background color is #8a07dc


#8a07dc Border Color

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

This div border color is #8a07dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a07dc


Comments

No comments written yet.

Please login to write comment.