Color Hex Logo

#a338bc Color Hex

#A338BC
(163,56,188)
0 Favorites   0 Comments

Color spaces of #a338bc

RGB 16356188
HSL0.800.540.48
HSV289°70°74°
CMYK 0.130.700.00   0.26
XYZ25.595514.245748.9776
Yxy14.24570.28820.1604
Hunter Lab37.743554.9976-50.5169
CIE-Lab44.583361.7482-48.7874

#a338bc color RGB value is (163,56,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111000 10111100
Octal 243 70 274
Decimal 163 56 188
Hex A3 38 BC

RGB Percentages of Color #a338bc

%40.05
%13.76
%46.19

CMYK Percentages of Color #a338bc

%13
%70
%0
%26

Triadic Colors of #a338bc

#a338bc #bca338 #38bca3

Analogous Colors of #a338bc

#a338bc #bc3893 #6138bc

Monochromatic Colors of #a338bc

#a338bc

Complementary Color

#a338bc #51bc38

#a338bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a338bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a338bc Color CSS Codes

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

#a338bc Text Font Color

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

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


#a338bc Background Color

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

This div background color is #a338bc


#a338bc Border Color

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

This div border color is #a338bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a338bc


Comments

No comments written yet.

Please login to write comment.