Color Hex Logo

#a243bb Color Hex

#A243BB
(162,67,187)
0 Favorites   0 Comments

Color spaces of #a243bb

RGB 16267187
HSL0.800.470.50
HSV288°64°73°
CMYK 0.130.640.00   0.27
XYZ25.877115.283548.5999
Yxy15.28350.28830.1703
Hunter Lab39.094149.7377-46.3406
CIE-Lab46.020156.7348-45.9152

#a243bb color RGB value is (162,67,187).

#a243bb hex color red value is 162, green value is 67 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a243bb hue: 0.80 , saturation: 0.47 and the lightness value of a243bb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000011 10111011
Octal 242 103 273
Decimal 162 67 187
Hex A2 43 BB

RGB Percentages of Color #a243bb

%38.94
%16.11
%44.95

CMYK Percentages of Color #a243bb

%13
%64
%0
%27

Triadic Colors of #a243bb

#a243bb #bba243 #43bba2

Analogous Colors of #a243bb

#a243bb #bb4398 #6643bb

Monochromatic Colors of #a243bb

#a243bb

Complementary Color

#a243bb #5cbb43

#a243bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a243bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a243bb Color CSS Codes

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

#a243bb Text Font Color

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

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


#a243bb Background Color

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

This div background color is #a243bb


#a243bb Border Color

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

This div border color is #a243bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a243bb


Comments

No comments written yet.

Please login to write comment.