Color Hex Logo

#a74dcd Color Hex

#A74DCD
(167,77,205)
0 Favorites   0 Comments

Color spaces of #a74dcd

RGB 16777205
HSL0.780.560.55
HSV282°62°80°
CMYK 0.190.620.00   0.20
XYZ29.609717.931059.6580
Yxy17.93100.27620.1673
Hunter Lab42.345050.7121-53.8895
CIE-Lab49.412357.0000-50.8765

#a74dcd color RGB value is (167,77,205).

#a74dcd hex color red value is 167, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a74dcd hue: 0.78 , saturation: 0.56 and the lightness value of a74dcd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001101 11001101
Octal 247 115 315
Decimal 167 77 205
Hex A7 4D CD

RGB Percentages of Color #a74dcd

%37.19
%17.15
%45.66

CMYK Percentages of Color #a74dcd

%19
%62
%0
%20

Triadic Colors of #a74dcd

#a74dcd #cda74d #4dcda7

Analogous Colors of #a74dcd

#a74dcd #cd4db3 #674dcd

Monochromatic Colors of #a74dcd

#a74dcd

Complementary Color

#a74dcd #73cd4d

#a74dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74dcd Color CSS Codes

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

#a74dcd Text Font Color

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

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


#a74dcd Background Color

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

This div background color is #a74dcd


#a74dcd Border Color

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

This div border color is #a74dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74dcd


Comments

No comments written yet.

Please login to write comment.