Color Hex Logo

#a088fc Color Hex

#A088FC
(160,136,252)
0 Favorites   0 Comments

Color spaces of #a088fc

RGB 160136252
HSL0.700.950.76
HSV252°46°99°
CMYK 0.370.460.00   0.01
XYZ40.872132.110296.1392
Yxy32.11020.24170.1899
Hunter Lab56.665929.5837-60.9252
CIE-Lab63.433935.0106-54.9164

#a088fc color RGB value is (160,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 11111100
Octal 240 210 374
Decimal 160 136 252
Hex A0 88 FC

RGB Percentages of Color #a088fc

%29.20
%24.82
%45.99

CMYK Percentages of Color #a088fc

%37
%46
%0
%1

Triadic Colors of #a088fc

#a088fc #fca088 #88fca0

Analogous Colors of #a088fc

#a088fc #da88fc #88aafc

Monochromatic Colors of #a088fc

#a088fc

Complementary Color

#a088fc #e4fc88

#a088fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a088fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a088fc Color CSS Codes

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

#a088fc Text Font Color

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

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


#a088fc Background Color

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

This div background color is #a088fc


#a088fc Border Color

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

This div border color is #a088fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a088fc

Related Colors


Comments

No comments written yet.

Please login to write comment.