Color Hex Logo

#a487fb Color Hex

#A487FB
(164,135,251)
0 Favorites   0 Comments

Color spaces of #a487fb

RGB 164135251
HSL0.710.940.76
HSV255°46°98°
CMYK 0.350.460.00   0.02
XYZ41.386432.185595.2979
Yxy32.18550.24510.1906
Hunter Lab56.732330.9350-59.8818
CIE-Lab63.495936.3195-54.2481

#a487fb color RGB value is (164,135,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 11111011
Octal 244 207 373
Decimal 164 135 251
Hex A4 87 FB

RGB Percentages of Color #a487fb

%29.82
%24.55
%45.64

CMYK Percentages of Color #a487fb

%35
%46
%0
%2

Triadic Colors of #a487fb

#a487fb #fba487 #87fba4

Analogous Colors of #a487fb

#a487fb #de87fb #87a4fb

Monochromatic Colors of #a487fb

#a487fb

Complementary Color

#a487fb #defb87

#a487fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487fb Color CSS Codes

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

#a487fb Text Font Color

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

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


#a487fb Background Color

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

This div background color is #a487fb


#a487fb Border Color

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

This div border color is #a487fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,135,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487fb


Comments

No comments written yet.

Please login to write comment.