color codes Logo

#a532fc color codes

#A532FC
(165,50,252)
0 Favorites   0 Comments

Color spaces of #a532fc

RGB 16550252
HSL0.760.970.59
HSV274°80°99°
CMYK 0.350.800.00   0.01
XYZ34.228317.308893.6324
Yxy17.30880.23580.1192
Hunter Lab41.603874.0487-104.3136
CIE-Lab48.646877.0788-78.7290

#a532fc color RGB value is (165,50,252).

#a532fc hex color red value is 165, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a532fc hue: 0.76 , saturation: 0.97 and the lightness value of a532fc is 0.59.

The process color (four color CMYK) of #a532fc color code is 0.35, 0.80, 0.00, 0.01. Web safe color of #a532fc is #9933ff. Color #a532fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 11111100
Octal 245 62 374
Decimal 165 50 252
Hex A5 32 FC

RGB Percentages of Color #a532fc

%35.33
%10.71
%53.96

CMYK Percentages of Color #a532fc

%35
%80
%0
%1

Triadic Colors of #a532fc

#a532fc #fca532 #32fca5

Analogous Colors of #a532fc

#a532fc #fc32ee #4032fc

Monochromatic Colors of #a532fc

#a532fc

Complementary Color

#a532fc #89fc32

#a532fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532fc Color CSS Codes

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

#a532fc Text Font Color

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

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


#a532fc Background Color

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

This div background color is #a532fc


#a532fc Border Color

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

This div border color is #a532fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,50,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532fc


Comments

No comments written yet.

Please login to write comment.