Color Hex Logo

#a388be Color Hex

#A388BE
(163,136,190)
0 Favorites   0 Comments

Color spaces of #a388be

RGB 163136190
HSL0.750.290.64
HSV270°28°75°
CMYK 0.140.280.00   0.25
XYZ33.202729.112652.5845
Yxy29.11260.28900.2534
Hunter Lab53.956115.4195-20.0136
CIE-Lab60.880920.7566-24.3611

#a388be color RGB value is (163,136,190).

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

The process color (four color CMYK) of #a388be color hex is 0.14, 0.28, 0.00, 0.25. Web safe color of #a388be is #9999cc. Color #a388be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 10111110
Octal 243 210 276
Decimal 163 136 190
Hex A3 88 BE

RGB Percentages of Color #a388be

%33.33
%27.81
%38.85

CMYK Percentages of Color #a388be

%14
%28
%0
%25

Triadic Colors of #a388be

#a388be #bea388 #88bea3

Analogous Colors of #a388be

#a388be #be88be #8888be

Monochromatic Colors of #a388be

#a388be

Complementary Color

#a388be #a3be88

#a388be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a388be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a388be Color CSS Codes

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

#a388be Text Font Color

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

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


#a388be Background Color

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

This div background color is #a388be


#a388be Border Color

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

This div border color is #a388be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a388be


Comments

No comments written yet.

Please login to write comment.