Color Hex Logo

#a752fe Color Hex

#A752FE
(167,82,254)
0 Favorites   0 Comments

Color spaces of #a752fe

RGB 16782254
HSL0.750.990.66
HSV270°68°100°
CMYK 0.340.680.00   0.00
XYZ36.843021.405895.9558
Yxy21.40580.23890.1388
Hunter Lab46.266461.1774-90.5801
CIE-Lab53.390865.4672-72.1100

#a752fe color RGB value is (167,82,254).

#a752fe hex color red value is 167, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a752fe hue: 0.75 , saturation: 0.99 and the lightness value of a752fe is 0.66.

The process color (four color CMYK) of #a752fe color hex is 0.34, 0.68, 0.00, 0.00. Web safe color of #a752fe is #9966ff. Color #a752fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 11111110
Octal 247 122 376
Decimal 167 82 254
Hex A7 52 FE

RGB Percentages of Color #a752fe

%33.20
%16.30
%50.50

CMYK Percentages of Color #a752fe

%34
%68
%0
%0

Triadic Colors of #a752fe

#a752fe #fea752 #52fea7

Analogous Colors of #a752fe

#a752fe #fd52fe #5253fe

Monochromatic Colors of #a752fe

#a752fe

Complementary Color

#a752fe #a9fe52

#a752fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a752fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a752fe Color CSS Codes

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

#a752fe Text Font Color

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

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


#a752fe Background Color

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

This div background color is #a752fe


#a752fe Border Color

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

This div border color is #a752fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,82,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a752fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a752fe;
  -webkit-box-shadow: 1px 1px 3px 2px #a752fe;
  box-shadow:         1px 1px 3px 2px #a752fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,82,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a752fe

Related Colors


Comments

No comments written yet.

Please login to write comment.