Color Hex Logo

#a530bf Color Hex

#A530BF
(165,48,191)
0 Favorites   0 Comments

Color spaces of #a530bf

RGB 16548191
HSL0.800.600.47
HSV289°75°75°
CMYK 0.140.750.00   0.25
XYZ25.978013.874850.5991
Yxy13.87480.28720.1534
Hunter Lab37.248959.3033-54.4656
CIE-Lab44.052865.6349-51.3747

#a530bf color RGB value is (165,48,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110000 10111111
Octal 245 60 277
Decimal 165 48 191
Hex A5 30 BF

RGB Percentages of Color #a530bf

%40.84
%11.88
%47.28

CMYK Percentages of Color #a530bf

%14
%75
%0
%25

Triadic Colors of #a530bf

#a530bf #bfa530 #30bfa5

Analogous Colors of #a530bf

#a530bf #bf3092 #5e30bf

Monochromatic Colors of #a530bf

#a530bf

Complementary Color

#a530bf #4abf30

#a530bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a530bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a530bf Color CSS Codes

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

#a530bf Text Font Color

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

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


#a530bf Background Color

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

This div background color is #a530bf


#a530bf Border Color

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

This div border color is #a530bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a530bf


Comments

No comments written yet.

Please login to write comment.