Color Hex Logo

#a488fc Color Hex

#A488FC
(164,136,252)
0 Favorites   0 Comments

Color spaces of #a488fc

RGB 164136252
HSL0.710.950.76
HSV254°46°99°
CMYK 0.350.460.00   0.01
XYZ41.684732.529196.1772
Yxy32.52910.24460.1909
Hunter Lab57.034330.6504-60.0570
CIE-Lab63.777836.0128-54.3487

#a488fc color RGB value is (164,136,252).

#a488fc hex color red value is 164, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a488fc hue: 0.71 , saturation: 0.95 and the lightness value of a488fc is 0.76.

The process color (four color CMYK) of #a488fc color hex is 0.35, 0.46, 0.00, 0.01. Web safe color of #a488fc is #9999ff. Color #a488fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 11111100
Octal 244 210 374
Decimal 164 136 252
Hex A4 88 FC

RGB Percentages of Color #a488fc

%29.71
%24.64
%45.65

CMYK Percentages of Color #a488fc

%35
%46
%0
%1

Triadic Colors of #a488fc

#a488fc #fca488 #88fca4

Analogous Colors of #a488fc

#a488fc #de88fc #88a6fc

Monochromatic Colors of #a488fc

#a488fc

Complementary Color

#a488fc #e0fc88

#a488fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a488fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a488fc Color CSS Codes

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

#a488fc Text Font Color

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

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


#a488fc Background Color

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

This div background color is #a488fc


#a488fc Border Color

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

This div border color is #a488fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a488fc


Comments

No comments written yet.

Please login to write comment.