Color Hex Logo

#a765dd Color Hex

#A765DD
(167,101,221)
0 Favorites   0 Comments

Color spaces of #a765dd

RGB 167101221
HSL0.760.640.63
HSV273°54°87°
CMYK 0.240.540.00   0.13
XYZ33.641222.743371.0234
Yxy22.74330.26400.1785
Hunter Lab47.689942.4592-54.9161
CIE-Lab54.806948.4808-51.3702

#a765dd color RGB value is (167,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 11011101
Octal 247 145 335
Decimal 167 101 221
Hex A7 65 DD

RGB Percentages of Color #a765dd

%34.15
%20.65
%45.19

CMYK Percentages of Color #a765dd

%24
%54
%0
%13

Triadic Colors of #a765dd

#a765dd #dda765 #65dda7

Analogous Colors of #a765dd

#a765dd #dd65d7 #6b65dd

Monochromatic Colors of #a765dd

#a765dd

Complementary Color

#a765dd #9bdd65

#a765dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765dd Color CSS Codes

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

#a765dd Text Font Color

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

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


#a765dd Background Color

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

This div background color is #a765dd


#a765dd Border Color

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

This div border color is #a765dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765dd


Comments

No comments written yet.

Please login to write comment.