Color Hex Logo

#a388bc Color Hex

#A388BC
(163,136,188)
0 Favorites   0 Comments

Color spaces of #a388bc

RGB 163136188
HSL0.750.280.64
HSV271°28°74°
CMYK 0.130.280.00   0.26
XYZ32.985529.025751.4409
Yxy29.02570.29070.2558
Hunter Lab53.875515.0052-18.8979
CIE-Lab60.804320.3171-23.3472

#a388bc color RGB value is (163,136,188).

#a388bc hex color red value is 163, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a388bc hue: 0.75 , saturation: 0.28 and the lightness value of a388bc is 0.64.

The process color (four color CMYK) of #a388bc color hex is 0.13, 0.28, 0.00, 0.26. Web safe color of #a388bc is #9999cc. Color #a388bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 10111100
Octal 243 210 274
Decimal 163 136 188
Hex A3 88 BC

RGB Percentages of Color #a388bc

%33.47
%27.93
%38.60

CMYK Percentages of Color #a388bc

%13
%28
%0
%26

Triadic Colors of #a388bc

#a388bc #bca388 #88bca3

Analogous Colors of #a388bc

#a388bc #bc88bb #8988bc

Monochromatic Colors of #a388bc

#a388bc

Complementary Color

#a388bc #a1bc88

#a388bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a388bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a388bc Color CSS Codes

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

#a388bc Text Font Color

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

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


#a388bc Background Color

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

This div background color is #a388bc


#a388bc Border Color

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

This div border color is #a388bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a388bc


Comments

No comments written yet.

Please login to write comment.