Color Hex Logo

#a745cd Color Hex

#A745CD
(167,69,205)
0 Favorites   0 Comments

Color spaces of #a745cd

RGB 16769205
HSL0.790.580.54
HSV283°66°80°
CMYK 0.190.660.00   0.20
XYZ29.083916.879559.4828
Yxy16.87950.27580.1601
Hunter Lab41.084754.4623-57.0814
CIE-Lab48.107860.6044-52.9652

#a745cd color RGB value is (167,69,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000101 11001101
Octal 247 105 315
Decimal 167 69 205
Hex A7 45 CD

RGB Percentages of Color #a745cd

%37.87
%15.65
%46.49

CMYK Percentages of Color #a745cd

%19
%66
%0
%20

Triadic Colors of #a745cd

#a745cd #cda745 #45cda7

Analogous Colors of #a745cd

#a745cd #cd45af #6345cd

Monochromatic Colors of #a745cd

#a745cd

Complementary Color

#a745cd #6bcd45

#a745cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a745cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a745cd Color CSS Codes

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

#a745cd Text Font Color

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

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


#a745cd Background Color

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

This div background color is #a745cd


#a745cd Border Color

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

This div border color is #a745cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a745cd


Comments

No comments written yet.

Please login to write comment.