Color Hex Logo

#a53fee Color Hex

#A53FEE
(165,63,238)
0 Favorites   0 Comments

Color spaces of #a53fee

RGB 16563238
HSL0.760.840.59
HSV275°74°93°
CMYK 0.310.740.00   0.07
XYZ32.727217.727482.5857
Yxy17.72740.24600.1332
Hunter Lab42.103965.0654-86.8230
CIE-Lab49.163869.5722-70.0431

#a53fee color RGB value is (165,63,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111111 11101110
Octal 245 77 356
Decimal 165 63 238
Hex A5 3F EE

RGB Percentages of Color #a53fee

%35.41
%13.52
%51.07

CMYK Percentages of Color #a53fee

%31
%74
%0
%7

Triadic Colors of #a53fee

#a53fee #eea53f #3feea5

Analogous Colors of #a53fee

#a53fee #ee3fe0 #4d3fee

Monochromatic Colors of #a53fee

#a53fee

Complementary Color

#a53fee #88ee3f

#a53fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53fee Color CSS Codes

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

#a53fee Text Font Color

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

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


#a53fee Background Color

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

This div background color is #a53fee


#a53fee Border Color

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

This div border color is #a53fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53fee


Comments

No comments written yet.

Please login to write comment.