Color Hex Logo

#a748cd Color Hex

#A748CD
(167,72,205)
0 Favorites   0 Comments

Color spaces of #a748cd

RGB 16772205
HSL0.790.570.54
HSV283°65°80°
CMYK 0.190.650.00   0.20
XYZ29.273217.258059.5459
Yxy17.25800.27600.1627
Hunter Lab41.542753.0807-55.9043
CIE-Lab48.583559.2837-52.2029

#a748cd color RGB value is (167,72,205).

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

The process color (four color CMYK) of #a748cd color hex is 0.19, 0.65, 0.00, 0.20. Web safe color of #a748cd is #9933cc. Color #a748cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 11001101
Octal 247 110 315
Decimal 167 72 205
Hex A7 48 CD

RGB Percentages of Color #a748cd

%37.61
%16.22
%46.17

CMYK Percentages of Color #a748cd

%19
%65
%0
%20

Triadic Colors of #a748cd

#a748cd #cda748 #48cda7

Analogous Colors of #a748cd

#a748cd #cd48b1 #6548cd

Monochromatic Colors of #a748cd

#a748cd

Complementary Color

#a748cd #6ecd48

#a748cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a748cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a748cd Color CSS Codes

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

#a748cd Text Font Color

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

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


#a748cd Background Color

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

This div background color is #a748cd


#a748cd Border Color

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

This div border color is #a748cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,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 #a748cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a748cd


Comments

No comments written yet.

Please login to write comment.