Color Hex Logo

#a76dfd Color Hex

#A76DFD
(167,109,253)
0 Favorites   0 Comments

Color spaces of #a76dfd

RGB 167109253
HSL0.730.970.71
HSV264°57°99°
CMYK 0.340.570.00   0.01
XYZ39.134626.244695.9316
Yxy26.24460.24260.1627
Hunter Lab51.229546.7059-75.1650
CIE-Lab58.268551.8497-63.6840

#a76dfd color RGB value is (167,109,253).

#a76dfd hex color red value is 167, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a76dfd hue: 0.73 , saturation: 0.97 and the lightness value of a76dfd is 0.71.

The process color (four color CMYK) of #a76dfd color hex is 0.34, 0.57, 0.00, 0.01. Web safe color of #a76dfd is #9966ff. Color #a76dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11111101
Octal 247 155 375
Decimal 167 109 253
Hex A7 6D FD

RGB Percentages of Color #a76dfd

%31.57
%20.60
%47.83

CMYK Percentages of Color #a76dfd

%34
%57
%0
%1

Triadic Colors of #a76dfd

#a76dfd #fda76d #6dfda7

Analogous Colors of #a76dfd

#a76dfd #ef6dfd #6d7bfd

Monochromatic Colors of #a76dfd

#a76dfd

Complementary Color

#a76dfd #c3fd6d

#a76dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76dfd Color CSS Codes

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

#a76dfd Text Font Color

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

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


#a76dfd Background Color

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

This div background color is #a76dfd


#a76dfd Border Color

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

This div border color is #a76dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76dfd


Comments

No comments written yet.

Please login to write comment.