Color Hex Logo

#a248ba Color Hex

#A248BA
(162,72,186)
0 Favorites   0 Comments

Color spaces of #a248ba

RGB 16272186
HSL0.800.450.51
HSV287°61°73°
CMYK 0.130.610.00   0.27
XYZ26.080615.861348.1413
Yxy15.86130.28950.1761
Hunter Lab39.826247.1965-43.7904
CIE-Lab46.792054.2549-44.1020

#a248ba color RGB value is (162,72,186).

#a248ba hex color red value is 162, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a248ba hue: 0.80 , saturation: 0.45 and the lightness value of a248ba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 10111010
Octal 242 110 272
Decimal 162 72 186
Hex A2 48 BA

RGB Percentages of Color #a248ba

%38.57
%17.14
%44.29

CMYK Percentages of Color #a248ba

%13
%61
%0
%27

Triadic Colors of #a248ba

#a248ba #baa248 #48baa2

Analogous Colors of #a248ba

#a248ba #ba4899 #6948ba

Monochromatic Colors of #a248ba

#a248ba

Complementary Color

#a248ba #60ba48

#a248ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a248ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a248ba Color CSS Codes

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

#a248ba Text Font Color

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

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


#a248ba Background Color

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

This div background color is #a248ba


#a248ba Border Color

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

This div border color is #a248ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a248ba


Comments

No comments written yet.

Please login to write comment.