Color Hex Logo

#a767dd Color Hex

#A767DD
(167,103,221)
0 Favorites   0 Comments

Color spaces of #a767dd

RGB 167103221
HSL0.760.630.64
HSV273°53°87°
CMYK 0.240.530.00   0.13
XYZ33.837723.136471.0889
Yxy23.13640.26420.1807
Hunter Lab48.100341.3960-53.9563
CIE-Lab55.212647.4198-50.7242

#a767dd color RGB value is (167,103,221).

#a767dd hex color red value is 167, green value is 103 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a767dd hue: 0.76 , saturation: 0.63 and the lightness value of a767dd is 0.64.

The process color (four color CMYK) of #a767dd color hex is 0.24, 0.53, 0.00, 0.13. Web safe color of #a767dd is #9966cc. Color #a767dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 11011101
Octal 247 147 335
Decimal 167 103 221
Hex A7 67 DD

RGB Percentages of Color #a767dd

%34.01
%20.98
%45.01

CMYK Percentages of Color #a767dd

%24
%53
%0
%13

Triadic Colors of #a767dd

#a767dd #dda767 #67dda7

Analogous Colors of #a767dd

#a767dd #dd67d8 #6c67dd

Monochromatic Colors of #a767dd

#a767dd

Complementary Color

#a767dd #9ddd67

#a767dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a767dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a767dd Color CSS Codes

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

#a767dd Text Font Color

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

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


#a767dd Background Color

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

This div background color is #a767dd


#a767dd Border Color

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

This div border color is #a767dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a767dd


Comments

No comments written yet.

Please login to write comment.