Color Hex Logo

#a248bd Color Hex

#A248BD
(162,72,189)
0 Favorites   0 Comments

Color spaces of #a248bd

RGB 16272189
HSL0.790.470.51
HSV286°62°74°
CMYK 0.140.620.00   0.26
XYZ26.403015.990249.8389
Yxy15.99020.28630.1734
Hunter Lab39.987747.8809-45.9049
CIE-Lab46.961654.8570-45.5798

#a248bd color RGB value is (162,72,189).

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

The process color (four color CMYK) of #a248bd color hex is 0.14, 0.62, 0.00, 0.26. Web safe color of #a248bd is #9933cc. Color #a248bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 10111101
Octal 242 110 275
Decimal 162 72 189
Hex A2 48 BD

RGB Percentages of Color #a248bd

%38.30
%17.02
%44.68

CMYK Percentages of Color #a248bd

%14
%62
%0
%26

Triadic Colors of #a248bd

#a248bd #bda248 #48bda2

Analogous Colors of #a248bd

#a248bd #bd489e #6848bd

Monochromatic Colors of #a248bd

#a248bd

Complementary Color

#a248bd #63bd48

#a248bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a248bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a248bd Color CSS Codes

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

#a248bd Text Font Color

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

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


#a248bd Background Color

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

This div background color is #a248bd


#a248bd Border Color

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

This div border color is #a248bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a248bd


Comments

No comments written yet.

Please login to write comment.