color codes Logo

#a784dd color codes

#A784DD
(167,132,221)
0 Favorites   0 Comments

Color spaces of #a784dd

RGB 167132221
HSL0.730.570.69
HSV264°40°87°
CMYK 0.240.400.00   0.13
XYZ37.238829.938572.2226
Yxy29.93850.26710.2148
Hunter Lab54.716125.7308-39.9587
CIE-Lab61.601131.3787-40.6269

#a784dd color RGB value is (167,132,221).

#a784dd hex color red value is 167, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a784dd hue: 0.73 , saturation: 0.57 and the lightness value of a784dd is 0.69.

The process color (four color CMYK) of #a784dd color code is 0.24, 0.40, 0.00, 0.13. Web safe color of #a784dd is #9999cc. Color #a784dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000100 11011101
Octal 247 204 335
Decimal 167 132 221
Hex A7 84 DD

RGB Percentages of Color #a784dd

%32.12
%25.38
%42.50

CMYK Percentages of Color #a784dd

%24
%40
%0
%13

Triadic Colors of #a784dd

#a784dd #dda784 #84dda7

Analogous Colors of #a784dd

#a784dd #d484dd #848edd

Monochromatic Colors of #a784dd

#a784dd

Complementary Color

#a784dd #badd84

#a784dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a784dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a784dd Color CSS Codes

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

#a784dd Text Font Color

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

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


#a784dd Background Color

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

This div background color is #a784dd


#a784dd Border Color

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

This div border color is #a784dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a784dd


Comments

No comments written yet.

Please login to write comment.