Color Hex Logo

#a63ffd Color Hex

#A63FFD
(166,63,253)
1 Favorites   0 Comments

Color spaces of #a63ffd

RGB 16663253
HSL0.760.980.62
HSV273°75°99°
CMYK 0.340.750.00   0.01
XYZ35.233018.753994.6914
Yxy18.75390.23700.1261
Hunter Lab43.305869.4401-99.3281
CIE-Lab50.398072.9774-76.4240

#a63ffd color RGB value is (166,63,253).

#a63ffd hex color red value is 166, green value is 63 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a63ffd hue: 0.76 , saturation: 0.98 and the lightness value of a63ffd is 0.62.

The process color (four color CMYK) of #a63ffd color hex is 0.34, 0.75, 0.00, 0.01. Web safe color of #a63ffd is #9933ff. Color #a63ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111111 11111101
Octal 246 77 375
Decimal 166 63 253
Hex A6 3F FD

RGB Percentages of Color #a63ffd

%34.44
%13.07
%52.49

CMYK Percentages of Color #a63ffd

%34
%75
%0
%1

Triadic Colors of #a63ffd

#a63ffd #fda63f #3ffda6

Analogous Colors of #a63ffd

#a63ffd #fd3ff5 #473ffd

Monochromatic Colors of #a63ffd

#a63ffd

Complementary Color

#a63ffd #96fd3f

#a63ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63ffd Color CSS Codes

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

#a63ffd Text Font Color

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

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


#a63ffd Background Color

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

This div background color is #a63ffd


#a63ffd Border Color

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

This div border color is #a63ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,63,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 #a63ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.