Color Hex Logo

#a63fbd Color Hex

#A63FBD
(166,63,189)
0 Favorites   0 Comments

Color spaces of #a63fbd

RGB 16663189
HSL0.800.500.49
HSV289°67°74°
CMYK 0.120.670.00   0.26
XYZ26.688715.336149.6976
Yxy15.33610.29100.1672
Hunter Lab39.161353.1166-47.8289
CIE-Lab46.091159.7816-46.9349

#a63fbd color RGB value is (166,63,189).

#a63fbd hex color red value is 166, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a63fbd hue: 0.80 , saturation: 0.50 and the lightness value of a63fbd is 0.49.

The process color (four color CMYK) of #a63fbd color hex is 0.12, 0.67, 0.00, 0.26. Web safe color of #a63fbd is #9933cc. Color #a63fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111111 10111101
Octal 246 77 275
Decimal 166 63 189
Hex A6 3F BD

RGB Percentages of Color #a63fbd

%39.71
%15.07
%45.22

CMYK Percentages of Color #a63fbd

%12
%67
%0
%26

Triadic Colors of #a63fbd

#a63fbd #bda63f #3fbda6

Analogous Colors of #a63fbd

#a63fbd #bd3f95 #673fbd

Monochromatic Colors of #a63fbd

#a63fbd

Complementary Color

#a63fbd #56bd3f

#a63fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63fbd Color CSS Codes

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

#a63fbd Text Font Color

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

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


#a63fbd Background Color

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

This div background color is #a63fbd


#a63fbd Border Color

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

This div border color is #a63fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,63,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63fbd


Comments

No comments written yet.

Please login to write comment.