Color Hex Logo

#a752ff Color Hex

#A752FF
(167,82,255)
0 Favorites   0 Comments

Color spaces of #a752ff

RGB 16782255
HSL0.751.000.66
HSV269°68°100°
CMYK 0.350.680.00   0.00
XYZ37.003621.470196.8016
Yxy21.47010.23830.1383
Hunter Lab46.335861.4616-91.4294
CIE-Lab53.460265.6970-72.5520

#a752ff color RGB value is (167,82,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 11111111
Octal 247 122 377
Decimal 167 82 255
Hex A7 52 FF

RGB Percentages of Color #a752ff

%33.13
%16.27
%50.60

CMYK Percentages of Color #a752ff

%35
%68
%0
%0

Triadic Colors of #a752ff

#a752ff #ffa752 #52ffa7

Analogous Colors of #a752ff

#a752ff #fe52ff #5254ff

Monochromatic Colors of #a752ff

#a752ff

Complementary Color

#a752ff #aaff52

#a752ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a752ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a752ff Color CSS Codes

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

#a752ff Text Font Color

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

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


#a752ff Background Color

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

This div background color is #a752ff


#a752ff Border Color

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

This div border color is #a752ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a752ff


Comments

No comments written yet.

Please login to write comment.