Color Hex Logo

#a33bdc Color Hex

#A33BDC
(163,59,220)
0 Favorites   0 Comments

Color spaces of #a33bdc

RGB 16359220
HSL0.770.700.55
HSV279°73°86°
CMYK 0.260.730.00   0.14
XYZ29.586516.081869.2549
Yxy16.08180.25740.1399
Hunter Lab40.102161.5148-74.3202
CIE-Lab47.081666.9576-63.2379

#a33bdc color RGB value is (163,59,220).

#a33bdc hex color red value is 163, green value is 59 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a33bdc hue: 0.77 , saturation: 0.70 and the lightness value of a33bdc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111011 11011100
Octal 243 73 334
Decimal 163 59 220
Hex A3 3B DC

RGB Percentages of Color #a33bdc

%36.88
%13.35
%49.77

CMYK Percentages of Color #a33bdc

%26
%73
%0
%14

Triadic Colors of #a33bdc

#a33bdc #dca33b #3bdca3

Analogous Colors of #a33bdc

#a33bdc #dc3bc5 #533bdc

Monochromatic Colors of #a33bdc

#a33bdc

Complementary Color

#a33bdc #74dc3b

#a33bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33bdc Color CSS Codes

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

#a33bdc Text Font Color

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

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


#a33bdc Background Color

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

This div background color is #a33bdc


#a33bdc Border Color

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

This div border color is #a33bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33bdc


Comments

No comments written yet.

Please login to write comment.