Color Hex Logo

#a630bf Color Hex

#A630BF
(166,48,191)
0 Favorites   0 Comments

Color spaces of #a630bf

RGB 16648191
HSL0.800.600.47
HSV290°75°75°
CMYK 0.130.750.00   0.25
XYZ26.186813.982550.6089
Yxy13.98250.28850.1540
Hunter Lab37.393259.5672-54.0694
CIE-Lab44.207865.8339-51.1175

#a630bf color RGB value is (166,48,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110000 10111111
Octal 246 60 277
Decimal 166 48 191
Hex A6 30 BF

RGB Percentages of Color #a630bf

%40.99
%11.85
%47.16

CMYK Percentages of Color #a630bf

%13
%75
%0
%25

Triadic Colors of #a630bf

#a630bf #bfa630 #30bfa6

Analogous Colors of #a630bf

#a630bf #bf3091 #5f30bf

Monochromatic Colors of #a630bf

#a630bf

Complementary Color

#a630bf #49bf30

#a630bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a630bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a630bf Color CSS Codes

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

#a630bf Text Font Color

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

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


#a630bf Background Color

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

This div background color is #a630bf


#a630bf Border Color

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

This div border color is #a630bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a630bf


Comments

No comments written yet.

Please login to write comment.