Color Hex Logo

#a896cf Color Hex

#A896CF
(168,150,207)
0 Favorites   0 Comments

Color spaces of #a896cf

RGB 168150207
HSL0.720.370.70
HSV259°28°81°
CMYK 0.190.280.00   0.19
XYZ38.317334.642563.6986
Yxy34.64250.28040.2535
Hunter Lab58.857913.2047-22.9657
CIE-Lab65.469418.2037-26.8063

#a896cf color RGB value is (168,150,207).

#a896cf hex color red value is 168, green value is 150 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a896cf hue: 0.72 , saturation: 0.37 and the lightness value of a896cf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010110 11001111
Octal 250 226 317
Decimal 168 150 207
Hex A8 96 CF

RGB Percentages of Color #a896cf

%32.00
%28.57
%39.43

CMYK Percentages of Color #a896cf

%19
%28
%0
%19

Triadic Colors of #a896cf

#a896cf #cfa896 #96cfa8

Analogous Colors of #a896cf

#a896cf #c596cf #96a1cf

Monochromatic Colors of #a896cf

#a896cf

Complementary Color

#a896cf #bdcf96

#a896cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a896cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a896cf Color CSS Codes

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

#a896cf Text Font Color

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

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


#a896cf Background Color

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

This div background color is #a896cf


#a896cf Border Color

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

This div border color is #a896cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a896cf


Comments

No comments written yet.

Please login to write comment.