Color Hex Logo

#a148ec Color Hex

#A148EC
(161,72,236)
0 Favorites   0 Comments

Color spaces of #a148ec

RGB 16172236
HSL0.760.810.60
HSV273°69°93°
CMYK 0.320.690.00   0.07
XYZ32.155618.267981.1882
Yxy18.26790.24430.1388
Hunter Lab42.741059.4954-82.7051
CIE-Lab49.819464.6938-67.8780

#a148ec color RGB value is (161,72,236).

#a148ec hex color red value is 161, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a148ec hue: 0.76 , saturation: 0.81 and the lightness value of a148ec is 0.60.

The process color (four color CMYK) of #a148ec color hex is 0.32, 0.69, 0.00, 0.07. Web safe color of #a148ec is #9933ff. Color #a148ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001000 11101100
Octal 241 110 354
Decimal 161 72 236
Hex A1 48 EC

RGB Percentages of Color #a148ec

%34.33
%15.35
%50.32

CMYK Percentages of Color #a148ec

%32
%69
%0
%7

Triadic Colors of #a148ec

#a148ec #eca148 #48eca1

Analogous Colors of #a148ec

#a148ec #ec48e5 #4f48ec

Monochromatic Colors of #a148ec

#a148ec

Complementary Color

#a148ec #93ec48

#a148ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a148ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a148ec Color CSS Codes

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

#a148ec Text Font Color

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

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


#a148ec Background Color

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

This div background color is #a148ec


#a148ec Border Color

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

This div border color is #a148ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a148ec


Comments

No comments written yet.

Please login to write comment.