Color Hex Logo

#a387cf Color Hex

#A387CF
(163,135,207)
0 Favorites   0 Comments

Color spaces of #a387cf

RGB 163135207
HSL0.730.430.67
HSV263°35°81°
CMYK 0.210.350.00   0.19
XYZ35.030729.619562.9023
Yxy29.61950.27460.2322
Hunter Lab54.423819.6526-30.4299
CIE-Lab61.324525.1917-33.2526

#a387cf color RGB value is (163,135,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 11001111
Octal 243 207 317
Decimal 163 135 207
Hex A3 87 CF

RGB Percentages of Color #a387cf

%32.28
%26.73
%40.99

CMYK Percentages of Color #a387cf

%21
%35
%0
%19

Triadic Colors of #a387cf

#a387cf #cfa387 #87cfa3

Analogous Colors of #a387cf

#a387cf #c787cf #878fcf

Monochromatic Colors of #a387cf

#a387cf

Complementary Color

#a387cf #b3cf87

#a387cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387cf Color CSS Codes

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

#a387cf Text Font Color

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

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


#a387cf Background Color

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

This div background color is #a387cf


#a387cf Border Color

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

This div border color is #a387cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387cf


Comments

No comments written yet.

Please login to write comment.