Color Hex Logo

#a638bf Color Hex

#A638BF
(166,56,191)
0 Favorites   0 Comments

Color spaces of #a638bf

RGB 16656191
HSL0.800.550.48
HSV289°71°75°
CMYK 0.130.710.00   0.25
XYZ26.544014.696950.7280
Yxy14.69690.28860.1598
Hunter Lab38.336556.5034-51.6186
CIE-Lab45.216262.9600-49.5003

#a638bf color RGB value is (166,56,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 10111111
Octal 246 70 277
Decimal 166 56 191
Hex A6 38 BF

RGB Percentages of Color #a638bf

%40.19
%13.56
%46.25

CMYK Percentages of Color #a638bf

%13
%71
%0
%25

Triadic Colors of #a638bf

#a638bf #bfa638 #38bfa6

Analogous Colors of #a638bf

#a638bf #bf3895 #6338bf

Monochromatic Colors of #a638bf

#a638bf

Complementary Color

#a638bf #51bf38

#a638bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a638bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a638bf Color CSS Codes

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

#a638bf Text Font Color

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

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


#a638bf Background Color

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

This div background color is #a638bf


#a638bf Border Color

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

This div border color is #a638bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a638bf


Comments

No comments written yet.

Please login to write comment.