Color Hex Logo

#8a7fcc Color Hex

#8A7FCC
(138,127,204)
0 Favorites   0 Comments

Color spaces of #8a7fcc

RGB 138127204
HSL0.690.430.65
HSV249°38°80°
CMYK 0.320.380.00   0.20
XYZ28.969724.941760.4141
Yxy24.94170.25340.2182
Hunter Lab49.941716.1447-36.7636
CIE-Lab57.018621.7545-38.4507

#8a7fcc color RGB value is (138,127,204).

#8a7fcc hex color red value is 138, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8a7fcc hue: 0.69 , saturation: 0.43 and the lightness value of 8a7fcc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111111 11001100
Octal 212 177 314
Decimal 138 127 204
Hex 8A 7F CC

RGB Percentages of Color #8a7fcc

%29.42
%27.08
%43.50

CMYK Percentages of Color #8a7fcc

%32
%38
%0
%20

Triadic Colors of #8a7fcc

#8a7fcc #cc8a7f #7fcc8a

Analogous Colors of #8a7fcc

#8a7fcc #b17fcc #7f9bcc

Monochromatic Colors of #8a7fcc

#8a7fcc

Complementary Color

#8a7fcc #c1cc7f

#8a7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a7fcc Color CSS Codes

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

#8a7fcc Text Font Color

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

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


#8a7fcc Background Color

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

This div background color is #8a7fcc


#8a7fcc Border Color

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

This div border color is #8a7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a7fcc


Comments

No comments written yet.

Please login to write comment.