Color Hex Logo

#a885fc Color Hex

#A885FC
(168,133,252)
0 Favorites   0 Comments

Color spaces of #a885fc

RGB 168133252
HSL0.720.950.75
HSV258°47°99°
CMYK 0.330.470.00   0.01
XYZ42.106732.128296.0776
Yxy32.12820.24720.1886
Hunter Lab56.681733.4078-60.8215
CIE-Lab63.448738.7090-54.8498

#a885fc color RGB value is (168,133,252).

#a885fc hex color red value is 168, green value is 133 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a885fc hue: 0.72 , saturation: 0.95 and the lightness value of a885fc is 0.75.

The process color (four color CMYK) of #a885fc color hex is 0.33, 0.47, 0.00, 0.01. Web safe color of #a885fc is #9999ff. Color #a885fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 11111100
Octal 250 205 374
Decimal 168 133 252
Hex A8 85 FC

RGB Percentages of Color #a885fc

%30.38
%24.05
%45.57

CMYK Percentages of Color #a885fc

%33
%47
%0
%1

Triadic Colors of #a885fc

#a885fc #fca885 #85fca8

Analogous Colors of #a885fc

#a885fc #e485fc #859efc

Monochromatic Colors of #a885fc

#a885fc

Complementary Color

#a885fc #d9fc85

#a885fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a885fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a885fc Color CSS Codes

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

#a885fc Text Font Color

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

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


#a885fc Background Color

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

This div background color is #a885fc


#a885fc Border Color

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

This div border color is #a885fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a885fc

Related Colors


Comments

No comments written yet.

Please login to write comment.