Color Hex Logo

#a38fcc Color Hex

#A38FCC
(163,143,204)
0 Favorites   0 Comments

Color spaces of #a38fcc

RGB 163143204
HSL0.720.370.68
HSV260°30°80°
CMYK 0.200.300.00   0.20
XYZ35.825831.791161.3748
Yxy31.79110.27770.2465
Hunter Lab56.383614.7465-25.0700
CIE-Lab63.169919.9296-28.7116

#a38fcc color RGB value is (163,143,204).

#a38fcc hex color red value is 163, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a38fcc hue: 0.72 , saturation: 0.37 and the lightness value of a38fcc is 0.68.

The process color (four color CMYK) of #a38fcc color hex is 0.20, 0.30, 0.00, 0.20. Web safe color of #a38fcc is #9999cc. Color #a38fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001111 11001100
Octal 243 217 314
Decimal 163 143 204
Hex A3 8F CC

RGB Percentages of Color #a38fcc

%31.96
%28.04
%40.00

CMYK Percentages of Color #a38fcc

%20
%30
%0
%20

Triadic Colors of #a38fcc

#a38fcc #cca38f #8fcca3

Analogous Colors of #a38fcc

#a38fcc #c28fcc #8f9acc

Monochromatic Colors of #a38fcc

#a38fcc

Complementary Color

#a38fcc #b8cc8f

#a38fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38fcc Color CSS Codes

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

#a38fcc Text Font Color

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

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


#a38fcc Background Color

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

This div background color is #a38fcc


#a38fcc Border Color

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

This div border color is #a38fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,143,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a38fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a38fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #a38fcc;
  box-shadow:         1px 1px 3px 2px #a38fcc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38fcc


Comments

No comments written yet.

Please login to write comment.