Color Hex Logo

#a265df Color Hex

#A265DF
(162,101,223)
0 Favorites   0 Comments

Color spaces of #a265df

RGB 162101223
HSL0.750.660.64
HSV270°55°87°
CMYK 0.270.550.00   0.13
XYZ32.873322.316572.3869
Yxy22.31650.25770.1749
Hunter Lab47.240341.5428-57.7825
CIE-Lab54.361247.6902-53.2416

#a265df color RGB value is (162,101,223).

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

The process color (four color CMYK) of #a265df color hex is 0.27, 0.55, 0.00, 0.13. Web safe color of #a265df is #9966cc. Color #a265df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100101 11011111
Octal 242 145 337
Decimal 162 101 223
Hex A2 65 DF

RGB Percentages of Color #a265df

%33.33
%20.78
%45.88

CMYK Percentages of Color #a265df

%27
%55
%0
%13

Triadic Colors of #a265df

#a265df #dfa265 #65dfa2

Analogous Colors of #a265df

#a265df #df65df #6565df

Monochromatic Colors of #a265df

#a265df

Complementary Color

#a265df #a2df65

#a265df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a265df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a265df Color CSS Codes

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

#a265df Text Font Color

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

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


#a265df Background Color

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

This div background color is #a265df


#a265df Border Color

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

This div border color is #a265df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a265df


Comments

No comments written yet.

Please login to write comment.