Color Hex Logo

#a368ef Color Hex

#A368EF
(163,104,239)
0 Favorites   0 Comments

Color spaces of #a368ef

RGB 163104239
HSL0.740.810.67
HSV266°56°94°
CMYK 0.320.560.00   0.06
XYZ35.634623.919284.4001
Yxy23.91920.24750.1662
Hunter Lab48.907344.4702-68.0827
CIE-Lab56.006850.1612-59.5708

#a368ef color RGB value is (163,104,239).

#a368ef hex color red value is 163, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a368ef hue: 0.74 , saturation: 0.81 and the lightness value of a368ef is 0.67.

The process color (four color CMYK) of #a368ef color hex is 0.32, 0.56, 0.00, 0.06. Web safe color of #a368ef is #9966ff. Color #a368ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 11101111
Octal 243 150 357
Decimal 163 104 239
Hex A3 68 EF

RGB Percentages of Color #a368ef

%32.21
%20.55
%47.23

CMYK Percentages of Color #a368ef

%32
%56
%0
%6

Triadic Colors of #a368ef

#a368ef #efa368 #68efa3

Analogous Colors of #a368ef

#a368ef #e768ef #6871ef

Monochromatic Colors of #a368ef

#a368ef

Complementary Color

#a368ef #b4ef68

#a368ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a368ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a368ef Color CSS Codes

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

#a368ef Text Font Color

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

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


#a368ef Background Color

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

This div background color is #a368ef


#a368ef Border Color

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

This div border color is #a368ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a368ef


Comments

No comments written yet.

Please login to write comment.