Color Hex Logo

#a134df Color Hex

#A134DF
(161,52,223)
0 Favorites   0 Comments

Color spaces of #a134df

RGB 16152223
HSL0.770.730.54
HSV278°77°87°
CMYK 0.280.770.00   0.13
XYZ29.245215.360871.2356
Yxy15.36080.25250.1326
Hunter Lab39.192964.6069-80.3285
CIE-Lab46.124569.7752-66.5126

#a134df color RGB value is (161,52,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110100 11011111
Octal 241 64 337
Decimal 161 52 223
Hex A1 34 DF

RGB Percentages of Color #a134df

%36.93
%11.93
%51.15

CMYK Percentages of Color #a134df

%28
%77
%0
%13

Triadic Colors of #a134df

#a134df #dfa134 #34dfa1

Analogous Colors of #a134df

#a134df #df34c8 #4b34df

Monochromatic Colors of #a134df

#a134df

Complementary Color

#a134df #72df34

#a134df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a134df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a134df Color CSS Codes

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

#a134df Text Font Color

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

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


#a134df Background Color

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

This div background color is #a134df


#a134df Border Color

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

This div border color is #a134df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a134df


Comments

No comments written yet.

Please login to write comment.