Color Hex Logo

#a523df Color Hex

#A523DF
(165,35,223)
0 Favorites   0 Comments

Color spaces of #a523df

RGB 16535223
HSL0.780.750.51
HSV281°84°87°
CMYK 0.260.840.00   0.13
XYZ29.437414.529171.0649
Yxy14.52910.25590.1263
Hunter Lab38.117171.1488-83.8575
CIE-Lab44.982475.4359-68.3429

#a523df color RGB value is (165,35,223).

#a523df hex color red value is 165, green value is 35 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a523df hue: 0.78 , saturation: 0.75 and the lightness value of a523df is 0.51.

The process color (four color CMYK) of #a523df color hex is 0.26, 0.84, 0.00, 0.13. Web safe color of #a523df is #9933cc. Color #a523df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100011 11011111
Octal 245 43 337
Decimal 165 35 223
Hex A5 23 DF

RGB Percentages of Color #a523df

%39.01
%8.27
%52.72

CMYK Percentages of Color #a523df

%26
%84
%0
%13

Triadic Colors of #a523df

#a523df #dfa523 #23dfa5

Analogous Colors of #a523df

#a523df #df23bb #4723df

Monochromatic Colors of #a523df

#a523df

Complementary Color

#a523df #5ddf23

#a523df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a523df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a523df Color CSS Codes

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

#a523df Text Font Color

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

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


#a523df Background Color

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

This div background color is #a523df


#a523df Border Color

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

This div border color is #a523df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a523df


Comments

No comments written yet.

Please login to write comment.