color codes Logo

#a467df color codes

#A467DF
(164,103,223)
0 Favorites   0 Comments

Color spaces of #a467df

RGB 164103223
HSL0.750.650.64
HSV271°54°87°
CMYK 0.260.540.00   0.13
XYZ33.479422.920772.4716
Yxy22.92070.25980.1779
Hunter Lab47.875641.0429-56.2373
CIE-Lab54.990647.1214-52.2246

#a467df color RGB value is (164,103,223).

#a467df hex color red value is 164, green value is 103 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a467df hue: 0.75 , saturation: 0.65 and the lightness value of a467df is 0.64.

The process color (four color CMYK) of #a467df color code is 0.26, 0.54, 0.00, 0.13. Web safe color of #a467df is #9966cc. Color #a467df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 11011111
Octal 244 147 337
Decimal 164 103 223
Hex A4 67 DF

RGB Percentages of Color #a467df

%33.47
%21.02
%45.51

CMYK Percentages of Color #a467df

%26
%54
%0
%13

Triadic Colors of #a467df

#a467df #dfa467 #67dfa4

Analogous Colors of #a467df

#a467df #df67de #6867df

Monochromatic Colors of #a467df

#a467df

Complementary Color

#a467df #a2df67

#a467df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a467df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a467df Color CSS Codes

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

#a467df Text Font Color

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

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


#a467df Background Color

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

This div background color is #a467df


#a467df Border Color

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

This div border color is #a467df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a467df


Comments

No comments written yet.

Please login to write comment.