Color Hex Logo

#a338b9 Color Hex

#A338B9
(163,56,185)
0 Favorites   0 Comments

Color spaces of #a338b9

RGB 16356185
HSL0.800.540.47
HSV290°70°73°
CMYK 0.120.700.00   0.27
XYZ25.275414.117747.2918
Yxy14.11770.29160.1629
Hunter Lab37.573554.3218-48.3237
CIE-Lab44.401361.1810-47.3224

#a338b9 color RGB value is (163,56,185).

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

The process color (four color CMYK) of #a338b9 color hex is 0.12, 0.70, 0.00, 0.27. Web safe color of #a338b9 is #9933cc. Color #a338b9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111000 10111001
Octal 243 70 271
Decimal 163 56 185
Hex A3 38 B9

RGB Percentages of Color #a338b9

%40.35
%13.86
%45.79

CMYK Percentages of Color #a338b9

%12
%70
%0
%27

Triadic Colors of #a338b9

#a338b9 #b9a338 #38b9a3

Analogous Colors of #a338b9

#a338b9 #b9388f #6338b9

Monochromatic Colors of #a338b9

#a338b9

Complementary Color

#a338b9 #4eb938

#a338b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a338b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a338b9 Color CSS Codes

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

#a338b9 Text Font Color

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

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


#a338b9 Background Color

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

This div background color is #a338b9


#a338b9 Border Color

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

This div border color is #a338b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a338b9


Comments

No comments written yet.

Please login to write comment.