Color Hex Logo

#a63bbf Color Hex

#A63BBF
(166,59,191)
0 Favorites   0 Comments

Color spaces of #a63bbf

RGB 16659191
HSL0.800.530.49
HSV289°69°75°
CMYK 0.130.690.00   0.25
XYZ26.693814.996550.7779
Yxy14.99650.28870.1622
Hunter Lab38.725355.2728-50.6353
CIE-Lab45.629461.7927-48.8387

#a63bbf color RGB value is (166,59,191).

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

The process color (four color CMYK) of #a63bbf color hex is 0.13, 0.69, 0.00, 0.25. Web safe color of #a63bbf is #9933cc. Color #a63bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111011 10111111
Octal 246 73 277
Decimal 166 59 191
Hex A6 3B BF

RGB Percentages of Color #a63bbf

%39.90
%14.18
%45.91

CMYK Percentages of Color #a63bbf

%13
%69
%0
%25

Triadic Colors of #a63bbf

#a63bbf #bfa63b #3bbfa6

Analogous Colors of #a63bbf

#a63bbf #bf3b96 #643bbf

Monochromatic Colors of #a63bbf

#a63bbf

Complementary Color

#a63bbf #54bf3b

#a63bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63bbf Color CSS Codes

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

#a63bbf Text Font Color

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

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


#a63bbf Background Color

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

This div background color is #a63bbf


#a63bbf Border Color

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

This div border color is #a63bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63bbf


Comments

No comments written yet.

Please login to write comment.