Color Hex Logo

#a18cfc Color Hex

#A18CFC
(161,140,252)
0 Favorites   0 Comments

Color spaces of #a18cfc

RGB 161140252
HSL0.700.950.77
HSV251°44°99°
CMYK 0.360.440.00   0.01
XYZ41.646733.361596.3399
Yxy33.36150.24310.1947
Hunter Lab57.759427.6262-58.4613
CIE-Lab64.452632.9889-53.2935

#a18cfc color RGB value is (161,140,252).

#a18cfc hex color red value is 161, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a18cfc hue: 0.70 , saturation: 0.95 and the lightness value of a18cfc is 0.77.

The process color (four color CMYK) of #a18cfc color hex is 0.36, 0.44, 0.00, 0.01. Web safe color of #a18cfc is #9999ff. Color #a18cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11111100
Octal 241 214 374
Decimal 161 140 252
Hex A1 8C FC

RGB Percentages of Color #a18cfc

%29.11
%25.32
%45.57

CMYK Percentages of Color #a18cfc

%36
%44
%0
%1

Triadic Colors of #a18cfc

#a18cfc #fca18c #8cfca1

Analogous Colors of #a18cfc

#a18cfc #d98cfc #8caffc

Monochromatic Colors of #a18cfc

#a18cfc

Complementary Color

#a18cfc #e7fc8c

#a18cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18cfc Color CSS Codes

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

#a18cfc Text Font Color

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

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


#a18cfc Background Color

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

This div background color is #a18cfc


#a18cfc Border Color

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

This div border color is #a18cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,140,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18cfc


Comments

No comments written yet.

Please login to write comment.