Color Hex Logo

#a638bc Color Hex

#A638BC
(166,56,188)
0 Favorites   0 Comments

Color spaces of #a638bc

RGB 16656188
HSL0.810.540.48
HSV290°70°74°
CMYK 0.120.700.00   0.26
XYZ26.217214.566249.0067
Yxy14.56620.29200.1622
Hunter Lab38.165755.8272-49.4154
CIE-Lab45.034262.3977-48.0402

#a638bc color RGB value is (166,56,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 10111100
Octal 246 70 274
Decimal 166 56 188
Hex A6 38 BC

RGB Percentages of Color #a638bc

%40.49
%13.66
%45.85

CMYK Percentages of Color #a638bc

%12
%70
%0
%26

Triadic Colors of #a638bc

#a638bc #bca638 #38bca6

Analogous Colors of #a638bc

#a638bc #bc3890 #6438bc

Monochromatic Colors of #a638bc

#a638bc

Complementary Color

#a638bc #4ebc38

#a638bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a638bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a638bc Color CSS Codes

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

#a638bc Text Font Color

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

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


#a638bc Background Color

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

This div background color is #a638bc


#a638bc Border Color

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

This div border color is #a638bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a638bc


Comments

No comments written yet.

Please login to write comment.