Color Hex Logo

#a47ddb Color Hex

#A47DDB
(164,125,219)
0 Favorites   0 Comments

Color spaces of #a47ddb

RGB 164125219
HSL0.740.570.67
HSV265°43°86°
CMYK 0.250.430.00   0.14
XYZ35.429627.674270.4921
Yxy27.67420.26520.2071
Hunter Lab52.606328.1563-42.6239
CIE-Lab59.593234.0097-42.6843

#a47ddb color RGB value is (164,125,219).

#a47ddb hex color red value is 164, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a47ddb hue: 0.74 , saturation: 0.57 and the lightness value of a47ddb is 0.67.

The process color (four color CMYK) of #a47ddb color hex is 0.25, 0.43, 0.00, 0.14. Web safe color of #a47ddb is #9966cc. Color #a47ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11011011
Octal 244 175 333
Decimal 164 125 219
Hex A4 7D DB

RGB Percentages of Color #a47ddb

%32.28
%24.61
%43.11

CMYK Percentages of Color #a47ddb

%25
%43
%0
%14

Triadic Colors of #a47ddb

#a47ddb #dba47d #7ddba4

Analogous Colors of #a47ddb

#a47ddb #d37ddb #7d85db

Monochromatic Colors of #a47ddb

#a47ddb

Complementary Color

#a47ddb #b4db7d

#a47ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47ddb Color CSS Codes

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

#a47ddb Text Font Color

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

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


#a47ddb Background Color

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

This div background color is #a47ddb


#a47ddb Border Color

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

This div border color is #a47ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47ddb


Comments

No comments written yet.

Please login to write comment.