Color Hex Logo

#a468b7 Color Hex

#A468B7
(164,104,183)
0 Favorites   0 Comments

Color spaces of #a468b7

RGB 164104183
HSL0.790.350.56
HSV286°43°72°
CMYK 0.100.430.00   0.28
XYZ28.807421.212047.3758
Yxy21.21200.29580.2178
Hunter Lab46.056531.0493-28.7489
CIE-Lab53.180737.6674-32.2750

#a468b7 color RGB value is (164,104,183).

#a468b7 hex color red value is 164, green value is 104 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a468b7 hue: 0.79 , saturation: 0.35 and the lightness value of a468b7 is 0.56.

The process color (four color CMYK) of #a468b7 color hex is 0.10, 0.43, 0.00, 0.28. Web safe color of #a468b7 is #9966cc. Color #a468b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10110111
Octal 244 150 267
Decimal 164 104 183
Hex A4 68 B7

RGB Percentages of Color #a468b7

%36.36
%23.06
%40.58

CMYK Percentages of Color #a468b7

%10
%43
%0
%28

Triadic Colors of #a468b7

#a468b7 #b7a468 #68b7a4

Analogous Colors of #a468b7

#a468b7 #b768a3 #7d68b7

Monochromatic Colors of #a468b7

#a468b7

Complementary Color

#a468b7 #7bb768

#a468b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468b7 Color CSS Codes

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

#a468b7 Text Font Color

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

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


#a468b7 Background Color

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

This div background color is #a468b7


#a468b7 Border Color

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

This div border color is #a468b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468b7


Comments

No comments written yet.

Please login to write comment.