Color Hex Logo

#a335bd Color Hex

#A335BD
(163,53,189)
0 Favorites   0 Comments

Color spaces of #a335bd

RGB 16353189
HSL0.800.560.47
HSV289°72°74°
CMYK 0.140.720.00   0.26
XYZ25.562714.006949.5004
Yxy14.00690.28700.1573
Hunter Lab37.425856.4246-52.2206
CIE-Lab44.242863.0776-49.9177

#a335bd color RGB value is (163,53,189).

#a335bd hex color red value is 163, green value is 53 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a335bd hue: 0.80 , saturation: 0.56 and the lightness value of a335bd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 10111101
Octal 243 65 275
Decimal 163 53 189
Hex A3 35 BD

RGB Percentages of Color #a335bd

%40.25
%13.09
%46.67

CMYK Percentages of Color #a335bd

%14
%72
%0
%26

Triadic Colors of #a335bd

#a335bd #bda335 #35bda3

Analogous Colors of #a335bd

#a335bd #bd3593 #5f35bd

Monochromatic Colors of #a335bd

#a335bd

Complementary Color

#a335bd #4fbd35

#a335bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a335bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a335bd Color CSS Codes

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

#a335bd Text Font Color

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

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


#a335bd Background Color

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

This div background color is #a335bd


#a335bd Border Color

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

This div border color is #a335bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,53,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a335bd


Comments

No comments written yet.

Please login to write comment.