Color Hex Logo

#a53cee Color Hex

#A53CEE
(165,60,238)
0 Favorites   0 Comments

Color spaces of #a53cee

RGB 16560238
HSL0.760.840.58
HSV275°75°93°
CMYK 0.310.750.00   0.07
XYZ32.565517.404182.5319
Yxy17.40410.24580.1314
Hunter Lab41.718266.3313-88.0917
CIE-Lab48.765270.7120-70.6906

#a53cee color RGB value is (165,60,238).

#a53cee hex color red value is 165, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a53cee hue: 0.76 , saturation: 0.84 and the lightness value of a53cee is 0.58.

The process color (four color CMYK) of #a53cee color hex is 0.31, 0.75, 0.00, 0.07. Web safe color of #a53cee is #9933ff. Color #a53cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 11101110
Octal 245 74 356
Decimal 165 60 238
Hex A5 3C EE

RGB Percentages of Color #a53cee

%35.64
%12.96
%51.40

CMYK Percentages of Color #a53cee

%31
%75
%0
%7

Triadic Colors of #a53cee

#a53cee #eea53c #3ceea5

Analogous Colors of #a53cee

#a53cee #ee3cde #4c3cee

Monochromatic Colors of #a53cee

#a53cee

Complementary Color

#a53cee #85ee3c

#a53cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53cee Color CSS Codes

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

#a53cee Text Font Color

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

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


#a53cee Background Color

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

This div background color is #a53cee


#a53cee Border Color

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

This div border color is #a53cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53cee


Comments

No comments written yet.

Please login to write comment.