Color Hex Logo

#a334df Color Hex

#A334DF
(163,52,223)
0 Favorites   0 Comments

Color spaces of #a334df

RGB 16352223
HSL0.770.730.54
HSV279°77°87°
CMYK 0.270.770.00   0.13
XYZ29.651515.570271.2546
Yxy15.57020.25460.1337
Hunter Lab39.459165.0803-79.4436
CIE-Lab46.405570.1200-66.0435

#a334df color RGB value is (163,52,223).

#a334df hex color red value is 163, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a334df hue: 0.77 , saturation: 0.73 and the lightness value of a334df is 0.54.

The process color (four color CMYK) of #a334df color hex is 0.27, 0.77, 0.00, 0.13. Web safe color of #a334df is #9933cc. Color #a334df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 11011111
Octal 243 64 337
Decimal 163 52 223
Hex A3 34 DF

RGB Percentages of Color #a334df

%37.21
%11.87
%50.91

CMYK Percentages of Color #a334df

%27
%77
%0
%13

Triadic Colors of #a334df

#a334df #dfa334 #34dfa3

Analogous Colors of #a334df

#a334df #df34c6 #4d34df

Monochromatic Colors of #a334df

#a334df

Complementary Color

#a334df #70df34

#a334df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a334df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a334df Color CSS Codes

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

#a334df Text Font Color

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

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


#a334df Background Color

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

This div background color is #a334df


#a334df Border Color

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

This div border color is #a334df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a334df


Comments

No comments written yet.

Please login to write comment.