Color Hex Logo

#a367de Color Hex

#A367DE
(163,103,222)
0 Favorites   0 Comments

Color spaces of #a367de

RGB 163103222
HSL0.750.640.64
HSV270°54°87°
CMYK 0.270.540.00   0.13
XYZ33.139322.761071.7539
Yxy22.76100.25960.1783
Hunter Lab47.708540.4999-55.7766
CIE-Lab54.825346.6340-51.9312

#a367de color RGB value is (163,103,222).

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

The process color (four color CMYK) of #a367de color hex is 0.27, 0.54, 0.00, 0.13. Web safe color of #a367de is #9966cc. Color #a367de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100111 11011110
Octal 243 147 336
Decimal 163 103 222
Hex A3 67 DE

RGB Percentages of Color #a367de

%33.40
%21.11
%45.49

CMYK Percentages of Color #a367de

%27
%54
%0
%13

Triadic Colors of #a367de

#a367de #dea367 #67dea3

Analogous Colors of #a367de

#a367de #de67de #6867de

Monochromatic Colors of #a367de

#a367de

Complementary Color

#a367de #a2de67

#a367de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a367de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a367de Color CSS Codes

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

#a367de Text Font Color

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

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


#a367de Background Color

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

This div background color is #a367de


#a367de Border Color

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

This div border color is #a367de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a367de


Comments

No comments written yet.

Please login to write comment.