Color Hex Logo

#a752eb Color Hex

#A752EB
(167,82,235)
0 Favorites   0 Comments

Color spaces of #a752eb

RGB 16782235
HSL0.760.790.62
HSV273°65°92°
CMYK 0.290.650.00   0.08
XYZ33.949020.248280.7163
Yxy20.24820.25160.1501
Hunter Lab44.998055.9239-74.8543
CIE-Lab52.116761.1522-63.5652

#a752eb color RGB value is (167,82,235).

#a752eb hex color red value is 167, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a752eb hue: 0.76 , saturation: 0.79 and the lightness value of a752eb is 0.62.

The process color (four color CMYK) of #a752eb color hex is 0.29, 0.65, 0.00, 0.08. Web safe color of #a752eb is #9966ff. Color #a752eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 11101011
Octal 247 122 353
Decimal 167 82 235
Hex A7 52 EB

RGB Percentages of Color #a752eb

%34.50
%16.94
%48.55

CMYK Percentages of Color #a752eb

%29
%65
%0
%8

Triadic Colors of #a752eb

#a752eb #eba752 #52eba7

Analogous Colors of #a752eb

#a752eb #eb52e3 #5a52eb

Monochromatic Colors of #a752eb

#a752eb

Complementary Color

#a752eb #96eb52

#a752eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a752eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a752eb Color CSS Codes

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

#a752eb Text Font Color

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

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


#a752eb Background Color

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

This div background color is #a752eb


#a752eb Border Color

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

This div border color is #a752eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a752eb


Comments

No comments written yet.

Please login to write comment.