Color Hex Logo

#a335bc Color Hex

#A335BC
(163,53,188)
0 Favorites   0 Comments

Color spaces of #a335bc

RGB 16353188
HSL0.800.560.47
HSV289°72°74°
CMYK 0.130.720.00   0.26
XYZ25.454513.963648.9306
Yxy13.96360.28810.1581
Hunter Lab37.367956.1979-51.4785
CIE-Lab44.180762.8894-49.4325

#a335bc color RGB value is (163,53,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 10111100
Octal 243 65 274
Decimal 163 53 188
Hex A3 35 BC

RGB Percentages of Color #a335bc

%40.35
%13.12
%46.53

CMYK Percentages of Color #a335bc

%13
%72
%0
%26

Triadic Colors of #a335bc

#a335bc #bca335 #35bca3

Analogous Colors of #a335bc

#a335bc #bc3592 #6035bc

Monochromatic Colors of #a335bc

#a335bc

Complementary Color

#a335bc #4ebc35

#a335bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a335bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a335bc Color CSS Codes

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

#a335bc Text Font Color

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

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


#a335bc Background Color

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

This div background color is #a335bc


#a335bc Border Color

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

This div border color is #a335bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a335bc


Comments

No comments written yet.

Please login to write comment.