Color Hex Logo

#a534dc Color Hex

#A534DC
(165,52,220)
0 Favorites   0 Comments

Color spaces of #a534dc

RGB 16552220
HSL0.780.710.53
HSV280°76°86°
CMYK 0.250.760.00   0.14
XYZ29.663315.622669.1622
Yxy15.62260.25920.1365
Hunter Lab39.525464.7923-76.0787
CIE-Lab46.475469.8635-64.2064

#a534dc color RGB value is (165,52,220).

#a534dc hex color red value is 165, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a534dc hue: 0.78 , saturation: 0.71 and the lightness value of a534dc is 0.53.

The process color (four color CMYK) of #a534dc color hex is 0.25, 0.76, 0.00, 0.14. Web safe color of #a534dc is #9933cc. Color #a534dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110100 11011100
Octal 245 64 334
Decimal 165 52 220
Hex A5 34 DC

RGB Percentages of Color #a534dc

%37.76
%11.90
%50.34

CMYK Percentages of Color #a534dc

%25
%76
%0
%14

Triadic Colors of #a534dc

#a534dc #dca534 #34dca5

Analogous Colors of #a534dc

#a534dc #dc34bf #5134dc

Monochromatic Colors of #a534dc

#a534dc

Complementary Color

#a534dc #6bdc34

#a534dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a534dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a534dc Color CSS Codes

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

#a534dc Text Font Color

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

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


#a534dc Background Color

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

This div background color is #a534dc


#a534dc Border Color

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

This div border color is #a534dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,52,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a534dc


Comments

No comments written yet.

Please login to write comment.