Color Hex Logo

#a746df Color Hex

#A746DF
(167,70,223)
0 Favorites   0 Comments

Color spaces of #a746df

RGB 16770223
HSL0.770.710.57
HSV278°69°87°
CMYK 0.250.690.00   0.13
XYZ31.445817.923571.6142
Yxy17.92350.25990.1481
Hunter Lab42.336258.4952-70.6574
CIE-Lab49.403263.9054-61.1666

#a746df color RGB value is (167,70,223).

#a746df hex color red value is 167, green value is 70 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a746df hue: 0.77 , saturation: 0.71 and the lightness value of a746df is 0.57.

The process color (four color CMYK) of #a746df color hex is 0.25, 0.69, 0.00, 0.13. Web safe color of #a746df is #9933cc. Color #a746df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 11011111
Octal 247 106 337
Decimal 167 70 223
Hex A7 46 DF

RGB Percentages of Color #a746df

%36.30
%15.22
%48.48

CMYK Percentages of Color #a746df

%25
%69
%0
%13

Triadic Colors of #a746df

#a746df #dfa746 #46dfa7

Analogous Colors of #a746df

#a746df #df46cb #5b46df

Monochromatic Colors of #a746df

#a746df

Complementary Color

#a746df #7edf46

#a746df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746df Color CSS Codes

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

#a746df Text Font Color

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

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


#a746df Background Color

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

This div background color is #a746df


#a746df Border Color

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

This div border color is #a746df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746df


Comments

No comments written yet.

Please login to write comment.