Color Hex Logo

#a33dca Color Hex

#A33DCA
(163,61,202)
0 Favorites   0 Comments

Color spaces of #a33dca

RGB 16361202
HSL0.790.570.52
HSV283°70°79°
CMYK 0.190.700.00   0.21
XYZ27.433715.388357.4014
Yxy15.38830.27370.1535
Hunter Lab39.227956.1835-59.2983
CIE-Lab46.161562.4969-54.3913

#a33dca color RGB value is (163,61,202).

#a33dca hex color red value is 163, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a33dca hue: 0.79 , saturation: 0.57 and the lightness value of a33dca is 0.52.

The process color (four color CMYK) of #a33dca color hex is 0.19, 0.70, 0.00, 0.21. Web safe color of #a33dca is #9933cc. Color #a33dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111101 11001010
Octal 243 75 312
Decimal 163 61 202
Hex A3 3D CA

RGB Percentages of Color #a33dca

%38.26
%14.32
%47.42

CMYK Percentages of Color #a33dca

%19
%70
%0
%21

Triadic Colors of #a33dca

#a33dca #caa33d #3dcaa3

Analogous Colors of #a33dca

#a33dca #ca3dab #5d3dca

Monochromatic Colors of #a33dca

#a33dca

Complementary Color

#a33dca #64ca3d

#a33dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33dca Color CSS Codes

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

#a33dca Text Font Color

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

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


#a33dca Background Color

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

This div background color is #a33dca


#a33dca Border Color

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

This div border color is #a33dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33dca


Comments

No comments written yet.

Please login to write comment.