Color Hex Logo

#a38afb Color Hex

#A38AFB
(163,138,251)
0 Favorites   0 Comments

Color spaces of #a38afb

RGB 163138251
HSL0.700.930.76
HSV253°45°98°
CMYK 0.350.450.00   0.02
XYZ41.605332.928595.4298
Yxy32.92850.24480.1937
Hunter Lab57.383428.9990-58.4322
CIE-Lab64.103034.3698-53.2897

#a38afb color RGB value is (163,138,251).

#a38afb hex color red value is 163, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a38afb hue: 0.70 , saturation: 0.93 and the lightness value of a38afb is 0.76.

The process color (four color CMYK) of #a38afb color hex is 0.35, 0.45, 0.00, 0.02. Web safe color of #a38afb is #9999ff. Color #a38afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001010 11111011
Octal 243 212 373
Decimal 163 138 251
Hex A3 8A FB

RGB Percentages of Color #a38afb

%29.53
%25.00
%45.47

CMYK Percentages of Color #a38afb

%35
%45
%0
%2

Triadic Colors of #a38afb

#a38afb #fba38a #8afba3

Analogous Colors of #a38afb

#a38afb #dc8afb #8aaafb

Monochromatic Colors of #a38afb

#a38afb

Complementary Color

#a38afb #e2fb8a

#a38afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38afb Color CSS Codes

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

#a38afb Text Font Color

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

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


#a38afb Background Color

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

This div background color is #a38afb


#a38afb Border Color

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

This div border color is #a38afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38afb


Comments

No comments written yet.

Please login to write comment.