Color Hex Logo

#a630bb Color Hex

#A630BB
(166,48,187)
0 Favorites   0 Comments

Color spaces of #a630bb

RGB 16648187
HSL0.810.590.46
HSV291°74°73°
CMYK 0.110.740.00   0.27
XYZ25.752513.808848.3218
Yxy13.80880.29300.1571
Hunter Lab37.160258.6725-51.0865
CIE-Lab43.957565.1044-49.1793

#a630bb color RGB value is (166,48,187).

#a630bb hex color red value is 166, green value is 48 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a630bb hue: 0.81 , saturation: 0.59 and the lightness value of a630bb is 0.46.

The process color (four color CMYK) of #a630bb color hex is 0.11, 0.74, 0.00, 0.27. Web safe color of #a630bb is #9933cc. Color #a630bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110000 10111011
Octal 246 60 273
Decimal 166 48 187
Hex A6 30 BB

RGB Percentages of Color #a630bb

%41.40
%11.97
%46.63

CMYK Percentages of Color #a630bb

%11
%74
%0
%27

Triadic Colors of #a630bb

#a630bb #bba630 #30bba6

Analogous Colors of #a630bb

#a630bb #bb308b #6130bb

Monochromatic Colors of #a630bb

#a630bb

Complementary Color

#a630bb #45bb30

#a630bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a630bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a630bb Color CSS Codes

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

#a630bb Text Font Color

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

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


#a630bb Background Color

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

This div background color is #a630bb


#a630bb Border Color

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

This div border color is #a630bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a630bb


Comments

No comments written yet.

Please login to write comment.