Color Hex Logo

#a38bfd Color Hex

#A38BFD
(163,139,253)
0 Favorites   0 Comments

Color spaces of #a38bfd

RGB 163139253
HSL0.700.970.77
HSV253°45°99°
CMYK 0.360.450.00   0.01
XYZ42.066533.343697.1473
Yxy33.34360.24380.1932
Hunter Lab57.743928.9856-59.3277
CIE-Lab64.438234.3227-53.8532

#a38bfd color RGB value is (163,139,253).

#a38bfd hex color red value is 163, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a38bfd hue: 0.70 , saturation: 0.97 and the lightness value of a38bfd is 0.77.

The process color (four color CMYK) of #a38bfd color hex is 0.36, 0.45, 0.00, 0.01. Web safe color of #a38bfd is #9999ff. Color #a38bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 11111101
Octal 243 213 375
Decimal 163 139 253
Hex A3 8B FD

RGB Percentages of Color #a38bfd

%29.37
%25.05
%45.59

CMYK Percentages of Color #a38bfd

%36
%45
%0
%1

Triadic Colors of #a38bfd

#a38bfd #fda38b #8bfda3

Analogous Colors of #a38bfd

#a38bfd #dc8bfd #8bacfd

Monochromatic Colors of #a38bfd

#a38bfd

Complementary Color

#a38bfd #e5fd8b

#a38bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bfd Color CSS Codes

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

#a38bfd Text Font Color

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

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


#a38bfd Background Color

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

This div background color is #a38bfd


#a38bfd Border Color

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

This div border color is #a38bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bfd


Comments

No comments written yet.

Please login to write comment.