Color Hex Logo

#a38ceb Color Hex

#A38CEB
(163,140,235)
0 Favorites   0 Comments

Color spaces of #a38ceb

RGB 163140235
HSL0.710.700.74
HSV255°40°92°
CMYK 0.310.400.00   0.08
XYZ39.477732.540982.7976
Yxy32.54090.25500.2102
Hunter Lab57.044623.7027-46.1254
CIE-Lab63.787429.1450-44.9858

#a38ceb color RGB value is (163,140,235).

#a38ceb hex color red value is 163, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a38ceb hue: 0.71 , saturation: 0.70 and the lightness value of a38ceb is 0.74.

The process color (four color CMYK) of #a38ceb color hex is 0.31, 0.40, 0.00, 0.08. Web safe color of #a38ceb is #9999ff. Color #a38ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 11101011
Octal 243 214 353
Decimal 163 140 235
Hex A3 8C EB

RGB Percentages of Color #a38ceb

%30.30
%26.02
%43.68

CMYK Percentages of Color #a38ceb

%31
%40
%0
%8

Triadic Colors of #a38ceb

#a38ceb #eba38c #8ceba3

Analogous Colors of #a38ceb

#a38ceb #d38ceb #8ca5eb

Monochromatic Colors of #a38ceb

#a38ceb

Complementary Color

#a38ceb #d4eb8c

#a38ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ceb Color CSS Codes

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

#a38ceb Text Font Color

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

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


#a38ceb Background Color

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

This div background color is #a38ceb


#a38ceb Border Color

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

This div border color is #a38ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ceb


Comments

No comments written yet.

Please login to write comment.