color codes Logo

#a148cd color codes

#A148CD
(161,72,205)
0 Favorites   0 Comments

Color spaces of #a148cd

RGB 16172205
HSL0.780.570.54
HSV280°65°80°
CMYK 0.210.650.00   0.20
XYZ28.034816.619659.4879
Yxy16.61960.26920.1596
Hunter Lab40.767151.4086-57.9797
CIE-Lab47.777157.9291-53.5401

#a148cd color RGB value is (161,72,205).

#a148cd hex color red value is 161, green value is 72 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a148cd hue: 0.78 , saturation: 0.57 and the lightness value of a148cd is 0.54.

The process color (four color CMYK) of #a148cd color code is 0.21, 0.65, 0.00, 0.20. Web safe color of #a148cd is #9933cc. Color #a148cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001000 11001101
Octal 241 110 315
Decimal 161 72 205
Hex A1 48 CD

RGB Percentages of Color #a148cd

%36.76
%16.44
%46.80

CMYK Percentages of Color #a148cd

%21
%65
%0
%20

Triadic Colors of #a148cd

#a148cd #cda148 #48cda1

Analogous Colors of #a148cd

#a148cd #cd48b7 #5f48cd

Monochromatic Colors of #a148cd

#a148cd

Complementary Color

#a148cd #74cd48

#a148cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a148cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a148cd Color CSS Codes

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

#a148cd Text Font Color

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

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


#a148cd Background Color

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

This div background color is #a148cd


#a148cd Border Color

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

This div border color is #a148cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a148cd


Comments

No comments written yet.

Please login to write comment.