Color Hex Logo

#a52cef Color Hex

#A52CEF
(165,44,239)
0 Favorites   0 Comments

Color spaces of #a52cef

RGB 16544239
HSL0.770.860.55
HSV277°82°94°
CMYK 0.310.820.00   0.06
XYZ31.997716.032783.0695
Yxy16.03270.24410.1223
Hunter Lab40.040972.5726-94.9755
CIE-Lab47.017476.2006-74.0993

#a52cef color RGB value is (165,44,239).

#a52cef hex color red value is 165, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a52cef hue: 0.77 , saturation: 0.86 and the lightness value of a52cef is 0.55.

The process color (four color CMYK) of #a52cef color hex is 0.31, 0.82, 0.00, 0.06. Web safe color of #a52cef is #9933ff. Color #a52cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101100 11101111
Octal 245 54 357
Decimal 165 44 239
Hex A5 2C EF

RGB Percentages of Color #a52cef

%36.83
%9.82
%53.35

CMYK Percentages of Color #a52cef

%31
%82
%0
%6

Triadic Colors of #a52cef

#a52cef #efa52c #2cefa5

Analogous Colors of #a52cef

#a52cef #ef2cd8 #432cef

Monochromatic Colors of #a52cef

#a52cef

Complementary Color

#a52cef #76ef2c

#a52cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52cef Color CSS Codes

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

#a52cef Text Font Color

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

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


#a52cef Background Color

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

This div background color is #a52cef


#a52cef Border Color

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

This div border color is #a52cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52cef


Comments

No comments written yet.

Please login to write comment.