Color Hex Logo

#a18fcc Color Hex

#A18FCC
(161,143,204)
0 Favorites   0 Comments

Color spaces of #a18fcc

RGB 161143204
HSL0.720.370.68
HSV258°30°80°
CMYK 0.210.300.00   0.20
XYZ35.419531.581661.3558
Yxy31.58160.27590.2460
Hunter Lab56.197514.1572-25.3939
CIE-Lab62.995619.3103-28.9951

#a18fcc color RGB value is (161,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11001100
Octal 241 217 314
Decimal 161 143 204
Hex A1 8F CC

RGB Percentages of Color #a18fcc

%31.69
%28.15
%40.16

CMYK Percentages of Color #a18fcc

%21
%30
%0
%20

Triadic Colors of #a18fcc

#a18fcc #cca18f #8fcca1

Analogous Colors of #a18fcc

#a18fcc #c08fcc #8f9ccc

Monochromatic Colors of #a18fcc

#a18fcc

Complementary Color

#a18fcc #bacc8f

#a18fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18fcc Color CSS Codes

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

#a18fcc Text Font Color

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

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


#a18fcc Background Color

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

This div background color is #a18fcc


#a18fcc Border Color

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

This div border color is #a18fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18fcc


Comments

No comments written yet.

Please login to write comment.