color codes Logo

#a38edb color codes

#A38EDB
(163,142,219)
0 Favorites   0 Comments

Color spaces of #a38edb

RGB 163142219
HSL0.710.520.71
HSV256°35°86°
CMYK 0.260.350.00   0.14
XYZ37.563432.247071.2623
Yxy32.24700.26630.2286
Hunter Lab56.786418.6989-34.6535
CIE-Lab63.546524.0534-36.4962

#a38edb color RGB value is (163,142,219).

#a38edb hex color red value is 163, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a38edb hue: 0.71 , saturation: 0.52 and the lightness value of a38edb is 0.71.

The process color (four color CMYK) of #a38edb color code is 0.26, 0.35, 0.00, 0.14. Web safe color of #a38edb is #9999cc. Color #a38edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 11011011
Octal 243 216 333
Decimal 163 142 219
Hex A3 8E DB

RGB Percentages of Color #a38edb

%31.11
%27.10
%41.79

CMYK Percentages of Color #a38edb

%26
%35
%0
%14

Triadic Colors of #a38edb

#a38edb #dba38e #8edba3

Analogous Colors of #a38edb

#a38edb #ca8edb #8ea0db

Monochromatic Colors of #a38edb

#a38edb

Complementary Color

#a38edb #c6db8e

#a38edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38edb Color CSS Codes

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

#a38edb Text Font Color

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

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


#a38edb Background Color

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

This div background color is #a38edb


#a38edb Border Color

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

This div border color is #a38edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38edb


Comments

No comments written yet.

Please login to write comment.