Color Hex Logo

#a248de Color Hex

#A248DE
(162,72,222)
0 Favorites   0 Comments

Color spaces of #a248de

RGB 16272222
HSL0.770.690.58
HSV276°68°87°
CMYK 0.270.680.00   0.13
XYZ30.402517.590070.9001
Yxy17.59000.25570.1479
Hunter Lab41.940455.9984-70.8712
CIE-Lab48.995061.7973-61.2904

#a248de color RGB value is (162,72,222).

#a248de hex color red value is 162, green value is 72 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a248de hue: 0.77 , saturation: 0.69 and the lightness value of a248de is 0.58.

The process color (four color CMYK) of #a248de color hex is 0.27, 0.68, 0.00, 0.13. Web safe color of #a248de is #9933cc. Color #a248de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 11011110
Octal 242 110 336
Decimal 162 72 222
Hex A2 48 DE

RGB Percentages of Color #a248de

%35.53
%15.79
%48.68

CMYK Percentages of Color #a248de

%27
%68
%0
%13

Triadic Colors of #a248de

#a248de #dea248 #48dea2

Analogous Colors of #a248de

#a248de #de48cf #5748de

Monochromatic Colors of #a248de

#a248de

Complementary Color

#a248de #84de48

#a248de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a248de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a248de Color CSS Codes

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

#a248de Text Font Color

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

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


#a248de Background Color

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

This div background color is #a248de


#a248de Border Color

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

This div border color is #a248de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,72,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a248de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a248de;
  -webkit-box-shadow: 1px 1px 3px 2px #a248de;
  box-shadow:         1px 1px 3px 2px #a248de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,72,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a248de


Comments

No comments written yet.

Please login to write comment.