Color Hex Logo

#a63dbf Color Hex

#A63DBF
(166,61,191)
0 Favorites   0 Comments

Color spaces of #a63dbf

RGB 16661191
HSL0.800.520.49
HSV288°68°75°
CMYK 0.130.680.00   0.25
XYZ26.798615.206150.8128
Yxy15.20610.28870.1638
Hunter Lab38.995054.4296-49.9619
CIE-Lab45.915260.9888-48.3815

#a63dbf color RGB value is (166,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 10111111
Octal 246 75 277
Decimal 166 61 191
Hex A6 3D BF

RGB Percentages of Color #a63dbf

%39.71
%14.59
%45.69

CMYK Percentages of Color #a63dbf

%13
%68
%0
%25

Triadic Colors of #a63dbf

#a63dbf #bfa63d #3dbfa6

Analogous Colors of #a63dbf

#a63dbf #bf3d97 #653dbf

Monochromatic Colors of #a63dbf

#a63dbf

Complementary Color

#a63dbf #56bf3d

#a63dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63dbf Color CSS Codes

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

#a63dbf Text Font Color

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

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


#a63dbf Background Color

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

This div background color is #a63dbf


#a63dbf Border Color

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

This div border color is #a63dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63dbf


Comments

No comments written yet.

Please login to write comment.