Color Hex Logo

#a536fb Color Hex

#A536FB
(165,54,251)
0 Favorites   0 Comments

Color spaces of #a536fb

RGB 16554251
HSL0.760.960.60
HSV274°78°98°
CMYK 0.340.780.00   0.02
XYZ34.248817.602792.8593
Yxy17.60270.23670.1216
Hunter Lab41.955672.2893-101.8563
CIE-Lab49.010675.5815-77.5768

#a536fb color RGB value is (165,54,251).

#a536fb hex color red value is 165, green value is 54 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a536fb hue: 0.76 , saturation: 0.96 and the lightness value of a536fb is 0.60.

The process color (four color CMYK) of #a536fb color hex is 0.34, 0.78, 0.00, 0.02. Web safe color of #a536fb is #9933ff. Color #a536fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110110 11111011
Octal 245 66 373
Decimal 165 54 251
Hex A5 36 FB

RGB Percentages of Color #a536fb

%35.11
%11.49
%53.40

CMYK Percentages of Color #a536fb

%34
%78
%0
%2

Triadic Colors of #a536fb

#a536fb #fba536 #36fba5

Analogous Colors of #a536fb

#a536fb #fb36ef #4236fb

Monochromatic Colors of #a536fb

#a536fb

Complementary Color

#a536fb #8cfb36

#a536fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a536fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a536fb Color CSS Codes

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

#a536fb Text Font Color

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

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


#a536fb Background Color

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

This div background color is #a536fb


#a536fb Border Color

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

This div border color is #a536fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a536fb

Related Colors


Comments

No comments written yet.

Please login to write comment.