Color Hex Logo

#a487cf Color Hex

#A487CF
(164,135,207)
0 Favorites   0 Comments

Color spaces of #a487cf

RGB 164135207
HSL0.730.430.67
HSV264°35°81°
CMYK 0.210.350.00   0.19
XYZ35.236329.725562.9119
Yxy29.72550.27560.2325
Hunter Lab54.521119.9504-30.2500
CIE-Lab61.416725.4946-33.1023

#a487cf color RGB value is (164,135,207).

#a487cf hex color red value is 164, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a487cf hue: 0.73 , saturation: 0.43 and the lightness value of a487cf is 0.67.

The process color (four color CMYK) of #a487cf color hex is 0.21, 0.35, 0.00, 0.19. Web safe color of #a487cf is #9999cc. Color #a487cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 11001111
Octal 244 207 317
Decimal 164 135 207
Hex A4 87 CF

RGB Percentages of Color #a487cf

%32.41
%26.68
%40.91

CMYK Percentages of Color #a487cf

%21
%35
%0
%19

Triadic Colors of #a487cf

#a487cf #cfa487 #87cfa4

Analogous Colors of #a487cf

#a487cf #c887cf #878ecf

Monochromatic Colors of #a487cf

#a487cf

Complementary Color

#a487cf #b2cf87

#a487cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487cf Color CSS Codes

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

#a487cf Text Font Color

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

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


#a487cf Background Color

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

This div background color is #a487cf


#a487cf Border Color

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

This div border color is #a487cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487cf


Comments

No comments written yet.

Please login to write comment.