color codes Logo

#a53bbe color codes

#A53BBE
(165,59,190)
0 Favorites   0 Comments

Color spaces of #a53bbe

RGB 16559190
HSL0.800.530.49
HSV289°69°75°
CMYK 0.130.690.00   0.25
XYZ26.375314.845050.1904
Yxy14.84500.28850.1624
Hunter Lab38.529254.7667-50.2642
CIE-Lab45.421261.3828-48.5973

#a53bbe color RGB value is (165,59,190).

#a53bbe hex color red value is 165, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a53bbe hue: 0.80 , saturation: 0.53 and the lightness value of a53bbe is 0.49.

The process color (four color CMYK) of #a53bbe color code is 0.13, 0.69, 0.00, 0.25. Web safe color of #a53bbe is #9933cc. Color #a53bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111011 10111110
Octal 245 73 276
Decimal 165 59 190
Hex A5 3B BE

RGB Percentages of Color #a53bbe

%39.86
%14.25
%45.89

CMYK Percentages of Color #a53bbe

%13
%69
%0
%25

Triadic Colors of #a53bbe

#a53bbe #bea53b #3bbea5

Analogous Colors of #a53bbe

#a53bbe #be3b96 #633bbe

Monochromatic Colors of #a53bbe

#a53bbe

Complementary Color

#a53bbe #54be3b

#a53bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53bbe Color CSS Codes

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

#a53bbe Text Font Color

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

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


#a53bbe Background Color

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

This div background color is #a53bbe


#a53bbe Border Color

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

This div border color is #a53bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53bbe


Comments

No comments written yet.

Please login to write comment.