Color Hex Logo

#a52ecf Color Hex

#A52ECF
(165,46,207)
0 Favorites   0 Comments

Color spaces of #a52ecf

RGB 16546207
HSL0.790.640.50
HSV284°78°81°
CMYK 0.200.780.00   0.19
XYZ27.756514.458360.3593
Yxy14.45830.27060.1410
Hunter Lab38.024163.7578-67.4999
CIE-Lab44.883169.2981-59.3242

#a52ecf color RGB value is (165,46,207).

#a52ecf hex color red value is 165, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a52ecf hue: 0.79 , saturation: 0.64 and the lightness value of a52ecf is 0.50.

The process color (four color CMYK) of #a52ecf color hex is 0.20, 0.78, 0.00, 0.19. Web safe color of #a52ecf is #9933cc. Color #a52ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101110 11001111
Octal 245 56 317
Decimal 165 46 207
Hex A5 2E CF

RGB Percentages of Color #a52ecf

%39.47
%11.00
%49.52

CMYK Percentages of Color #a52ecf

%20
%78
%0
%19

Triadic Colors of #a52ecf

#a52ecf #cfa52e #2ecfa5

Analogous Colors of #a52ecf

#a52ecf #cf2ea9 #552ecf

Monochromatic Colors of #a52ecf

#a52ecf

Complementary Color

#a52ecf #58cf2e

#a52ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52ecf Color CSS Codes

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

#a52ecf Text Font Color

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

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


#a52ecf Background Color

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

This div background color is #a52ecf


#a52ecf Border Color

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

This div border color is #a52ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52ecf


Comments

No comments written yet.

Please login to write comment.