Color Hex Logo

#a334dc Color Hex

#A334DC
(163,52,220)
0 Favorites   0 Comments

Color spaces of #a334dc

RGB 16352220
HSL0.780.710.53
HSV280°76°86°
CMYK 0.260.760.00   0.14
XYZ29.250515.409869.1429
Yxy15.40980.25700.1354
Hunter Lab39.255364.3097-76.9525
CIE-Lab46.190469.5112-64.6817

#a334dc color RGB value is (163,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 11011100
Octal 243 64 334
Decimal 163 52 220
Hex A3 34 DC

RGB Percentages of Color #a334dc

%37.47
%11.95
%50.57

CMYK Percentages of Color #a334dc

%26
%76
%0
%14

Triadic Colors of #a334dc

#a334dc #dca334 #34dca3

Analogous Colors of #a334dc

#a334dc #dc34c1 #4f34dc

Monochromatic Colors of #a334dc

#a334dc

Complementary Color

#a334dc #6ddc34

#a334dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a334dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a334dc Color CSS Codes

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

#a334dc Text Font Color

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

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


#a334dc Background Color

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

This div background color is #a334dc


#a334dc Border Color

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

This div border color is #a334dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a334dc


Comments

No comments written yet.

Please login to write comment.