Color Hex Logo

#a467cb Color Hex

#A467CB
(164,103,203)
0 Favorites   0 Comments

Color spaces of #a467cb

RGB 164103203
HSL0.770.490.60
HSV277°49°80°
CMYK 0.190.490.00   0.20
XYZ30.939621.904859.0973
Yxy21.90480.27640.1957
Hunter Lab46.802636.0959-42.1033
CIE-Lab53.925842.5456-42.5802

#a467cb color RGB value is (164,103,203).

#a467cb hex color red value is 164, green value is 103 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a467cb hue: 0.77 , saturation: 0.49 and the lightness value of a467cb is 0.60.

The process color (four color CMYK) of #a467cb color hex is 0.19, 0.49, 0.00, 0.20. Web safe color of #a467cb is #9966cc. Color #a467cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 11001011
Octal 244 147 313
Decimal 164 103 203
Hex A4 67 CB

RGB Percentages of Color #a467cb

%34.89
%21.91
%43.19

CMYK Percentages of Color #a467cb

%19
%49
%0
%20

Triadic Colors of #a467cb

#a467cb #cba467 #67cba4

Analogous Colors of #a467cb

#a467cb #cb67c0 #7267cb

Monochromatic Colors of #a467cb

#a467cb

Complementary Color

#a467cb #8ecb67

#a467cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a467cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a467cb Color CSS Codes

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

#a467cb Text Font Color

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

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


#a467cb Background Color

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

This div background color is #a467cb


#a467cb Border Color

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

This div border color is #a467cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a467cb


Comments

No comments written yet.

Please login to write comment.